diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-08-28 22:02:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-08-28 22:02:18 (GMT) |
commit | 4e07a8c9aa5275c7a8161e02fba29e8170f0c212 (patch) | |
tree | 24c276c528592a1783328dae425e938f3215eed2 /Misc | |
parent | 59043f96eaf5797c0a1f9058b802fcfea5d044fa (diff) | |
parent | ea62bd50a37beb6346a6819c54ffd1ae1e70545f (diff) | |
download | cpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.zip cpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.tar.gz cpython-4e07a8c9aa5275c7a8161e02fba29e8170f0c212.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |