commit | 1f0db40cd73351914cba94756e0a72d0b257c7ac | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Apr 29 00:38:08 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Apr 29 00:38:08 2009 +0000 |
tree | b129b7f0dabb688e96f86848ec14fb8ccd2308e3 | |
parent | a48db39992aaf4d83759135e4c9a2c9757764e62 [diff] [blame] |
Issue #5857: tokenize.tokenize() now returns named tuples.
diff --git a/Misc/NEWS b/Misc/NEWS index 0d533cf..251a8eb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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