diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-19 06:07:16 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-19 06:07:16 (GMT) |
commit | c10978f43ce889dac8b5b6fe1a8b32969d900601 (patch) | |
tree | 206f8318ddf2300070fa67c3556e23e78a651754 /Misc | |
parent | 30b5c5d0116f8e670a6ca74dcb6bd076a919d681 (diff) | |
download | cpython-c10978f43ce889dac8b5b6fe1a8b32969d900601.zip cpython-c10978f43ce889dac8b5b6fe1a8b32969d900601.tar.gz cpython-c10978f43ce889dac8b5b6fe1a8b32969d900601.tar.bz2 |
Bug #1072182, fix some potential problems if characters are signed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |