[Python-checkins] r57050 - doctools/trunk/Doc-3k/library/stdtypes.rst

georg.brandl python-checkins at python.org
Wed Aug 15 09:34:46 CEST 2007


Author: georg.brandl
Date: Wed Aug 15 09:34:46 2007
New Revision: 57050

Modified:
   doctools/trunk/Doc-3k/library/stdtypes.rst
Log:
Port rev. 57049.


Modified: doctools/trunk/Doc-3k/library/stdtypes.rst
==============================================================================
--- doctools/trunk/Doc-3k/library/stdtypes.rst	(original)
+++ doctools/trunk/Doc-3k/library/stdtypes.rst	Wed Aug 15 09:34:46 2007
@@ -766,6 +766,14 @@
    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()
 
    Return true if all cased characters in the string are lowercase and there is at


More information about the Python-checkins mailing list