commit | c12dcd2e4dae4a759c52921d6eae86bd7e0a4e9e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 08 11:21:32 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 08 11:21:32 2013 +0200 |
tree | 0c1cdcb7566f21419571c23a14c3278611a3a6fd | |
parent | ec02217f4cf214d347cf4fdffc231383a5ec5b49 [diff] [blame] |
Fix accidental non-breakable space (U+00A0).
diff --git a/Misc/NEWS b/Misc/NEWS index 4734212..5da61c0 100644 --- 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