Bug #1072182, fix some potential problems if characters are signed.

This commit is contained in:
Neal Norwitz 2005-12-19 06:07:16 +00:00
parent 30b5c5d011
commit c10978f43c
1 changed files with 2 additions and 0 deletions

View File

@ -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.