]> granicus.if.org Git - python/commitdiff
Bug #1072182, fix some potential problems if characters are signed.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Dec 2005 06:07:16 +0000 (06:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Dec 2005 06:07:16 +0000 (06:07 +0000)
Misc/NEWS

index 222f93d25a0d4f2ad41a13a20830c0f06e061c7a..514df3c896505bbd028fed0c26abec8a3b0592be 100644 (file)
--- 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.