Port rev. 57049.

This commit is contained in:
Georg Brandl 2007-08-15 07:34:46 +00:00
parent 07b9a4a39b
commit 1716523338

View File

@ -766,6 +766,14 @@ string functions based on regular expressions.
For 8-bit strings, this method is locale-dependent. For 8-bit strings, this method is locale-dependent.
.. method:: str.isidentifier()
Return true if the string is a valid identifier according to the language
definition.
.. XXX link to the definition?
.. method:: str.islower() .. method:: str.islower()
Return true if all cased characters in the string are lowercase and there is at Return true if all cased characters in the string are lowercase and there is at