summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-02-01 13:07:27 -0800
committerGregory P. Smith <greg@krypto.org>2013-02-01 13:07:27 -0800
commita06ad5b3660cd90f111b8c96bc964522cf262ce4 (patch)
treec782b67cae620a86f2cd3447f9c2498866b1cf9a
parenta998ad013591407162c633af938994e18ba3be39 (diff)
downloadcpython-git-a06ad5b3660cd90f111b8c96bc964522cf262ce4.tar.gz
better news entry
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b74b2f64d4..fc3500e122 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -679,8 +679,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 a 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.