[Python-3000-checkins] r59589 - python/branches/py3k/Lib/types.py

georg.brandl python-3000-checkins at python.org
Fri Dec 21 09:16:55 CET 2007


Author: georg.brandl
Date: Fri Dec 21 09:16:54 2007
New Revision: 59589

Modified:
   python/branches/py3k/Lib/types.py
Log:
Fix docstring of types.py.


Modified: python/branches/py3k/Lib/types.py
==============================================================================
--- python/branches/py3k/Lib/types.py	(original)
+++ python/branches/py3k/Lib/types.py	Fri Dec 21 09:16:54 2007
@@ -1,6 +1,5 @@
-"""Define names for all type symbols known in the standard interpreter.
-
-Types that are part of optional modules (e.g. array) are not listed.
+"""
+Define names for built-in types that aren't directly accessible as a builtin.
 """
 import sys
 


More information about the Python-3000-checkins mailing list