diff options
author | Tim Peters <tim@python.org> | 2013-10-09 18:29:42 (GMT) |
---|---|---|
committer | Tim Peters <tim@python.org> | 2013-10-09 18:29:42 (GMT) |
commit | a61a1cb0845a816c29da407e45b3e52b951ba33e (patch) | |
tree | 67a6979e26cd12d54f9351c96b8799bedd685436 | |
parent | 5aaddd92505f48e23fdac4240d96920ee1a4b3d1 (diff) | |
parent | 3415fa3c6e3b772eccb2b694ad92189de0eb8acb (diff) | |
download | cpython-a61a1cb0845a816c29da407e45b3e52b951ba33e.zip cpython-a61a1cb0845a816c29da407e45b3e52b951ba33e.tar.gz cpython-a61a1cb0845a816c29da407e45b3e52b951ba33e.tar.bz2 |
Repair format of NEWS entry.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ Core and Builtins Library ------- -- Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. +- Issue #19158: a rare race in BoundedSemaphore could allow .release() too + often. - Issue #18716: Deprecate the formatter module. |