Discussion:
[Python-3000-checkins] r67395 - python/branches/py3k/Modules/Setup.dist
matthias.klose
2008-11-26 17:23:18 UTC
Permalink
Author: matthias.klose
Date: Wed Nov 26 18:23:18 2008
New Revision: 67395

Log:
- Modules/Setup.dist: Mention _elementtree and _pickle.


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 Wed Nov 26 18:23:18 2008
@@ -165,6 +165,8 @@
#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
+#_elementtreee _elementtree.c # elementtree accelerator
+#_pickle _pickle.c # pickle accelerator

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