From c12dcd2e4dae4a759c52921d6eae86bd7e0a4e9e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 8 Feb 2013 11:21:32 +0200 Subject: [PATCH] Fix accidental non-breakable space (U+00A0). --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 47342122eb5..5da61c0cad3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -239,7 +239,7 @@ Library - 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