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

index 4431f1878cd926da55a6737ba72b5127a7bd04d8..6978201e9cc3b6edb7f8584cff178bd2d1f3d1dd 100644 (file)
--- 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.