diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-29 00:38:08 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-29 00:38:08 (GMT) |
commit | 1f0db40cd73351914cba94756e0a72d0b257c7ac (patch) | |
tree | b129b7f0dabb688e96f86848ec14fb8ccd2308e3 | |
parent | a48db39992aaf4d83759135e4c9a2c9757764e62 (diff) | |
download | cpython-1f0db40cd73351914cba94756e0a72d0b257c7ac.zip cpython-1f0db40cd73351914cba94756e0a72d0b257c7ac.tar.gz cpython-1f0db40cd73351914cba94756e0a72d0b257c7ac.tar.bz2 |
Issue #5857: tokenize.tokenize() now returns named tuples.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |