summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-19 00:08:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-19 00:08:08 (GMT)
commit5848d1ff35f8606b1678ff8cc29011b8fd4ef486 (patch)
treed1607015545ad0de2967543397e0e33d9ee5d81e /Misc
parentb6e112bd952c2023b95212364ed07ad9c235da41 (diff)
downloadcpython-5848d1ff35f8606b1678ff8cc29011b8fd4ef486.zip
cpython-5848d1ff35f8606b1678ff8cc29011b8fd4ef486.tar.gz
cpython-5848d1ff35f8606b1678ff8cc29011b8fd4ef486.tar.bz2
raise an OSError for invalid fds #4991
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 2ed95a5..293ab4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4991: Passing invalid file descriptors to io.FileIO now raises an
+ OSError.
+
- Issue #4807: Port the _winreg module to Windows CE.
- Issue #4935: The overflow checking code in the expandtabs() method common