projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec02217
)
Fix accidental non-breakable space (U+00A0).
author
Serhiy Storchaka
<storchaka@gmail.com>
Fri, 8 Feb 2013 09:21:32 +0000
(11:21 +0200)
committer
Serhiy Storchaka
<storchaka@gmail.com>
Fri, 8 Feb 2013 09:21:32 +0000
(11:21 +0200)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 47342122eb5a8469f353b3b375ad1f60c40a8d02..5da61c0cad35067e9f03763b588094356118a1c2 100644
(file)
--- 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