[Python-checkins] r72087 - python/branches/py3k/Misc/NEWS
raymond.hettinger
python-checkins at python.org
Wed Apr 29 02:38:08 CEST 2009
Author: raymond.hettinger
Date: Wed Apr 29 02:38:08 2009
New Revision: 72087
Log:
Issue #5857: tokenize.tokenize() now returns named tuples.
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Wed Apr 29 02:38:08 2009
@@ -92,6 +92,8 @@
Library
-------
+- Issue #5857: tokenize.tokenize() now returns named tuples.
+
- Issue #4305: ctypes should now build again on mipsel-linux-gnu
- Issue #1734234: Massively speedup ``unicodedata.normalize()`` when the
More information about the Python-checkins
mailing list