]> granicus.if.org Git - python/commitdiff
better news entry
authorGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:07:27 +0000 (13:07 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:07:27 +0000 (13:07 -0800)
Misc/NEWS

index b74b2f64d44be5f4c49eb44c148990248d517ba6..fc3500e1221235a3adf99d5e2067659e0c8fe381 100644 (file)
--- 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.