summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-19 15:15:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-19 15:15:02 (GMT)
commit05e782fc3b5f38a68a760e1044eab0b5db1d279a (patch)
tree4a57638ee73fc817e78655d8db23ea90361da860 /Misc
parent806d4029ed3d6adca2effe5b3b2fd461b300aebb (diff)
downloadcpython-05e782fc3b5f38a68a760e1044eab0b5db1d279a.zip
cpython-05e782fc3b5f38a68a760e1044eab0b5db1d279a.tar.gz
cpython-05e782fc3b5f38a68a760e1044eab0b5db1d279a.tar.bz2
reenable the invalid fd test for fdopen
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 592e1a5..1eb8559 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+- Issue #4991: os.fdopen now raises an OSError for invalid file descriptors.
+
- Issue #4838: When a module is deallocated, free the memory backing the
optional module state data.