summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-08-28 22:02:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-08-28 22:02:18 (GMT)
commit4e07a8c9aa5275c7a8161e02fba29e8170f0c212 (patch)
tree24c276c528592a1783328dae425e938f3215eed2 /Misc
parent59043f96eaf5797c0a1f9058b802fcfea5d044fa (diff)
parentea62bd50a37beb6346a6819c54ffd1ae1e70545f (diff)
downloadcpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.zip
cpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.tar.gz
cpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fef2687..2d46263 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ What's New in Python 3.3.0 Release Candidate 2?
Core and Builtins
-----------------
+- Issue #15784: Modify OSError.__str__() to better distinguish between
+ errno error numbers and Windows error numbers.
+
- Issue #15781: Fix two small race conditions in import's module locking.
Library