summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-02-18 04:12:16 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-02-18 04:12:16 (GMT)
commit5b8d2c3af76e704926cf5915ad0e6af59a232e61 (patch)
treefe41f651e48dad3c4b79e363ebe8b3f51a5d48fc /Misc
parent58edfd9ff13813908e322dc0829469c3f82984b2 (diff)
downloadcpython-5b8d2c3af76e704926cf5915ad0e6af59a232e61.zip
cpython-5b8d2c3af76e704926cf5915ad0e6af59a232e61.tar.gz
cpython-5b8d2c3af76e704926cf5915ad0e6af59a232e61.tar.bz2
Issue #8478: Untokenizer.compat now processes first token from iterator input.
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b226072..fd3541b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library
- Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Based on patch by Stephen Tu.
+- Issue #8478: Untokenizer.compat processes first token from iterator input.
+ Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
+
- Issue #20594: Avoid name clash with the libc function posix_close.
- Issue #19856: shutil.move() failed to move a directory to other directory