commit | c10978f43ce889dac8b5b6fe1a8b32969d900601 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 19 06:07:16 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 19 06:07:16 2005 +0000 |
tree | 206f8318ddf2300070fa67c3556e23e78a651754 | |
parent | 30b5c5d0116f8e670a6ca74dcb6bd076a919d681 [diff] [blame] |
Bug #1072182, fix some potential problems if characters are signed.
diff --git a/Misc/NEWS b/Misc/NEWS index 222f93d..514df3c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1072182, fix some potential problems if characters are signed. + - Bug #889500, fix line number on SyntaxWarning for global declarations. - Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.