Discussion:
[Python-3000-checkins] r67350 - python/branches/py3k/Modules/Setup.dist
matthias.klose
2008-11-23 13:40:48 UTC
Permalink
Author: matthias.klose
Date: Sun Nov 23 14:40:48 2008
New Revision: 67350

Log:
Merge 67349 from the trunk:
- Modules/Setup.dist: Mention _functools in section "Modules that should
always be present (non UNIX dependent)"


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:40:48 2008
@@ -164,6 +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

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