diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 22:38:34 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 22:38:34 (GMT) |
commit | 41f9d04e0661a3e6e8f8045497972e153f77af16 (patch) | |
tree | c044d28c9f0e6808e2efbdbc18a5952421962688 /Misc/NEWS | |
parent | 49a7da30aa823e634d2c7223d37ef93592304876 (diff) | |
parent | f87289bb58e71f5df73cbd594cbc0c0515e91c4b (diff) | |
download | cpython-41f9d04e0661a3e6e8f8045497972e153f77af16.zip cpython-41f9d04e0661a3e6e8f8045497972e153f77af16.tar.gz cpython-41f9d04e0661a3e6e8f8045497972e153f77af16.tar.bz2 |
null merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 2? Core and Builtins ----------------- +- Issue #15229: An OSError subclass whose __init__ doesn't call back + OSError.__init__ could produce incomplete instances, leading to crashes + when calling str() on them. Library ------- |