[Python-checkins] cpython (2.7): Fix accidental non-breakable space (U+00A0).

serhiy.storchaka python-checkins at python.org
Fri Feb 8 10:28:37 CET 2013


http://hg.python.org/cpython/rev/532c59c52cb3
changeset:   82068:532c59c52cb3
branch:      2.7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Feb 08 11:21:32 2013 +0200
summary:
  Fix accidental non-breakable space (U+00A0).

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,7 +239,7 @@
 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
   set to a callable object.
 
-- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
+- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
   Robert Xiao.
 
 - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase

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


More information about the Python-checkins mailing list