[Python-3000-checkins] r67401 - python/branches/py3k/Modules/Setup.dist

matthias.klose python-3000-checkins at python.org
Wed Nov 26 19:28:07 CET 2008


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


More information about the Python-3000-checkins mailing list