Fixed doubled spaces in Misc/NEWS.

This commit is contained in:
Serhiy Storchaka 2015-08-09 13:12:49 +03:00
commit 902ad3cfa7
1 changed files with 13 additions and 13 deletions

View File

@ -2244,7 +2244,7 @@ Library
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
- Issue #22166: with the assistance of a new internal _codecs._forget_codec
- Issue #22166: With the assistance of a new internal _codecs._forget_codec
helping function, test_codecs now clears the encoding caches to avoid the
appearance of a reference leak
@ -4591,10 +4591,10 @@ Library
- Issue #9548: Add a minimal "_bootlocale" module that is imported by the
_io module instead of the full locale module.
- Issue #18764: remove the 'print' alias for the PDB 'p' command so that it no
- Issue #18764: Remove the 'print' alias for the PDB 'p' command so that it no
longer shadows the print function.
- Issue #19158: a rare race in BoundedSemaphore could allow .release() too
- Issue #19158: A rare race in BoundedSemaphore could allow .release() too
often.
- Issue #15805: Add contextlib.redirect_stdout().