summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-02-01 21:06:44 (GMT)
committerGregory P. Smith <greg@krypto.org>2013-02-01 21:06:44 (GMT)
commit9b57cf581090527a1571bfb42d24b6f26e44774f (patch)
treeca89d9ae35f82f2adf5b6033350c64dea73aeb2f
parentb9817b01edfe6fa369c4c291a5de00732b8abc7c (diff)
downloadcpython-9b57cf581090527a1571bfb42d24b6f26e44774f.zip
cpython-9b57cf581090527a1571bfb42d24b6f26e44774f.tar.gz
cpython-9b57cf581090527a1571bfb42d24b6f26e44774f.tar.bz2
better corrected news entry
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4431f18..6978201 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -817,8 +817,8 @@ Library
Extension Modules
-----------------
-- Issue #12268: The io module file object writelines() methods no longer
- abort early when one of its write system calls is interrupted (EINTR).
+- Issue #12268: The io module file object write methods no longer abort early
+ when one of its write system calls is interrupted (EINTR).
- Fix the leak of a dict in the time module when used in an embedded
interpreter that is repeatedly initialized and shutdown and reinitialized.