Discussion:
[Python-3000-checkins] r67401 - python/branches/py3k/Modules/Setup.dist
matthias.klose
2008-11-26 18:28:07 UTC
Permalink
Author: matthias.klose
Date: Wed Nov 26 19:28:07 2008
New Revision: 67401

Log:
- Modules/Setup.dist: 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 Wed Nov 26 19:28:07 2008
@@ -165,7 +165,7 @@
#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
+#_elementtree _elementtree.c # elementtree accelerator
#_pickle _pickle.c # pickle accelerator

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