Discussion:
[Python-3000-checkins] r67354 - python/branches/py3k/Modules/Setup.dist
matthias.klose
2008-11-23 13:55:26 UTC
Permalink
Author: matthias.klose
Date: Sun Nov 23 14:55:26 2008
New Revision: 67354

Log:
- Fix typo in last checkin


Modified:
python/branches/py3k/Modules/Setup.dist

Modified: python/branches/py3k/Modules/Setup.dist
==============================================================================
--- python/branches/py3k/Modules/Setup.dist (original)
+++ python/branches/py3k/Modules/Setup.dist Sun Nov 23 14:55:26 2008
@@ -164,7 +164,7 @@
#_collections _collectionsmodule.c # Container types
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
-#_functools functoolsmodule.c # Tools for working with functions and callable objects
+#_functools _functoolsmodule.c # Tools for working with functions and callable objects

#unicodedata unicodedata.c # static Unicode character database
Loading...