From 1f0db40cd73351914cba94756e0a72d0b257c7ac Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 29 Apr 2009 00:38:08 +0000 Subject: [PATCH] Issue #5857: tokenize.tokenize() now returns named tuples. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0d533cf15d..251a8ebe2f 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 -- 2.50.1