Fixed doubled spaces in Misc/NEWS.

This commit is contained in:
Serhiy Storchaka 2015-08-09 13:11:36 +03:00
commit 89e51221b6

View file

@ -2228,7 +2228,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
@ -4575,10 +4575,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().