diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-18 04:12:16 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-18 04:12:16 (GMT) |
commit | 5b8d2c3af76e704926cf5915ad0e6af59a232e61 (patch) | |
tree | fe41f651e48dad3c4b79e363ebe8b3f51a5d48fc /Misc | |
parent | 58edfd9ff13813908e322dc0829469c3f82984b2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |