summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-19 04:27:42 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-19 04:27:42 (GMT)
commit5d0ad50f5acf84f2e8a1ca5c6951f333aef0e25a (patch)
tree970fad78e5e4f95fb438773c18cbd77f39cf5e06 /Misc
parenta3bdc2c2a5dbb6fd7f7f655f6970f7559dca0497 (diff)
downloadcpython-5d0ad50f5acf84f2e8a1ca5c6951f333aef0e25a.zip
cpython-5d0ad50f5acf84f2e8a1ca5c6951f333aef0e25a.tar.gz
cpython-5d0ad50f5acf84f2e8a1ca5c6951f333aef0e25a.tar.bz2
Bug #889500, fix line number on SyntaxWarning for global declarations.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b27e49..222f93d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Bug #889500, fix line number on SyntaxWarning for global declarations.
+
- Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.
- Support for converting hex strings to floats no longer works.