summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-05-15 07:04:36 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-05-15 07:04:36 (GMT)
commit373f0a718c359bc9e554ec323a9d71844ee76dfc (patch)
tree8763012f5a09acd72e2bd8cfb9cee10bad527f7f /Misc
parent7a5fc28e81d3afddb534f92d79f0310b30831b27 (diff)
downloadcpython-373f0a718c359bc9e554ec323a9d71844ee76dfc.zip
cpython-373f0a718c359bc9e554ec323a9d71844ee76dfc.tar.gz
cpython-373f0a718c359bc9e554ec323a9d71844ee76dfc.tar.bz2
- Bug #1487966: Fix SystemError with conditional expression in assignment
Most of the test_syntax changes are just updating the numbers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index f1caf97..248c433 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -547,6 +547,7 @@ Dietmar Schwertberger
Barry Scott
Steven Scott
Nick Seidenman
+Žiga Seilnach
Fred Sells
Jiwon Seo
Denis Severson
diff --git a/Misc/NEWS b/Misc/NEWS
index f37ed76..c8d64cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 3?
Core and builtins
-----------------
+- Bug #1487966: Fix SystemError with conditional expression in assignment
+
- WindowsError now has two error code attributes: errno, which carries
the error values from errno.h, and winerror, which carries the error
values from winerror.h. Previous versions put the winerror.h values