[Python-3000-checkins] r62739 - python/branches/py3k/Doc/library/functions.rst

georg.brandl python-3000-checkins at python.org
Mon May 5 23:05:32 CEST 2008


Author: georg.brandl
Date: Mon May  5 23:05:32 2008
New Revision: 62739

Log:
#2761: Some are types too.


Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Mon May  5 23:05:32 2008
@@ -4,8 +4,8 @@
 Built-in Functions
 ==================
 
-The Python interpreter has a number of functions built into it that are always
-available.  They are listed here in alphabetical order.
+The Python interpreter has a number of functions and types built into it that
+are always available.  They are listed here in alphabetical order.
 
 
 .. function:: __import__(name[, globals[, locals[, fromlist[, level]]]])


More information about the Python-3000-checkins mailing list