summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-06-30 22:38:34 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-06-30 22:38:34 (GMT)
commit41f9d04e0661a3e6e8f8045497972e153f77af16 (patch)
treec044d28c9f0e6808e2efbdbc18a5952421962688 /Misc/NEWS
parent49a7da30aa823e634d2c7223d37ef93592304876 (diff)
parentf87289bb58e71f5df73cbd594cbc0c0515e91c4b (diff)
downloadcpython-41f9d04e0661a3e6e8f8045497972e153f77af16.zip
cpython-41f9d04e0661a3e6e8f8045497972e153f77af16.tar.gz
cpython-41f9d04e0661a3e6e8f8045497972e153f77af16.tar.bz2
null merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bca959b..44a3d14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------