[Python-checkins] cpython (2.7): better news entry

gregory.p.smith python-checkins at python.org
Fri Feb 1 22:12:30 CET 2013


http://hg.python.org/cpython/rev/c8f8708d509a
changeset:   81878:c8f8708d509a
branch:      2.7
parent:      81875:a5e7b38caee2
user:        Gregory P. Smith <greg at krypto.org>
date:        Fri Feb 01 13:07:27 2013 -0800
summary:
  better news entry

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -679,8 +679,8 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list