From: Neal Norwitz Date: Mon, 19 Dec 2005 06:07:16 +0000 (+0000) Subject: Bug #1072182, fix some potential problems if characters are signed. X-Git-Tag: v2.5a0~978 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c10978f43ce889dac8b5b6fe1a8b32969d900601;p=thirdparty%2FPython%2Fcpython.git Bug #1072182, fix some potential problems if characters are signed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 222f93d25a0d..514df3c89650 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1? 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.