[Python-checkins] r67397 - python/branches/release26-maint/Modules/Setup.dist

matthias.klose python-checkins at python.org
Wed Nov 26 18:39:09 CET 2008


Author: matthias.klose
Date: Wed Nov 26 18:39:09 2008
New Revision: 67397

Log:
- Merge rev 67396, Modules/Setup.dist: Mention _elementtree and _pickle.


Modified:
   python/branches/release26-maint/Modules/Setup.dist

Modified: python/branches/release26-maint/Modules/Setup.dist
==============================================================================
--- python/branches/release26-maint/Modules/Setup.dist	(original)
+++ python/branches/release26-maint/Modules/Setup.dist	Wed Nov 26 18:39:09 2008
@@ -180,6 +180,8 @@
 #itertools itertoolsmodule.c	# Functions creating iterators for efficient looping 
 #strop stropmodule.c		# String manipulations
 #_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
 


More information about the Python-checkins mailing list