commit | 2cc3b4ba9ffa658784da03f14a0a068e2c61d1b3 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 03 17:38:43 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Nov 03 17:38:43 2012 +0200 |
tree | 66423060d67ba1f6ad182450edb895cc29ca28f1 | |
parent | 4552e3f95c3382a4665cb8adab343521f8898331 [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 3075225..3ee301f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -143,6 +143,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.