diff options
author | Raymond Hettinger <python@rcn.com> | 2005-03-03 16:45:19 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-03-03 16:45:19 (GMT) |
commit | b67cc80bb915680190eaf1c9feba8fe0799c83f8 (patch) | |
tree | 6646e6224775efdf1b4cba5a94479415d10e8019 /Misc | |
parent | 6ce7ed23d0449daa70f396486fae3c1014d93191 (diff) | |
download | cpython-b67cc80bb915680190eaf1c9feba8fe0799c83f8.zip cpython-b67cc80bb915680190eaf1c9feba8fe0799c83f8.tar.gz cpython-b67cc80bb915680190eaf1c9feba8fe0799c83f8.tar.bz2 |
SF bug #1155938: Missing None check for __init__().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- Bug #1155938: new style classes did not check that __init__() was + returning None. + - Patch #802188: Report characters after line continuation character ('\') with a specific error message. |