diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-15 07:04:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-15 07:04:36 (GMT) |
commit | 373f0a718c359bc9e554ec323a9d71844ee76dfc (patch) | |
tree | 8763012f5a09acd72e2bd8cfb9cee10bad527f7f /Misc | |
parent | 7a5fc28e81d3afddb534f92d79f0310b30831b27 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -547,6 +547,7 @@ Dietmar Schwertberger Barry Scott Steven Scott Nick Seidenman +Žiga Seilnach Fred Sells Jiwon Seo Denis Severson @@ -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 |