From: Raymond Hettinger Date: Wed, 29 Apr 2009 00:38:08 +0000 (+0000) Subject: Issue #5857: tokenize.tokenize() now returns named tuples. X-Git-Tag: v3.1b1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f0db40cd73351914cba94756e0a72d0b257c7ac;p=thirdparty%2FPython%2Fcpython.git Issue #5857: tokenize.tokenize() now returns named tuples. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0d533cf15d9a..251a8ebe2fa0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -92,6 +92,8 @@ Installation 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