| commit | 7d24b1698a5590df066f829fb4eeef93186d7150 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 03 17:30:51 2012 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 03 17:30:51 2012 +0200 |
| tree | c216580e6d3aa39581bfd7cf20b5b9d029bf4825 | |
| parent | d7bae5e85ac9ae3a6fbd5c9de5b21be0df7a848d [diff] [blame] |
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
diff --git a/Misc/NEWS b/Misc/NEWS index da21101..fedcd35 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -130,6 +130,9 @@ Library ------- +- Issue #16152: fix tokenize to ignore whitespace at the end of the code when + no newline is found. Patch by Ned Batchelder. + - Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu Patch by Todd Rovito.