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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
