summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-10 00:31:28 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-10 00:31:28 +0200
commit608f472a854e74d21af7febd932b7befef50719c (patch)
tree8e1d0c3bee853c250e6556551868faefb1f64893
parente9eb20097de1cf6dbe5d75706e99ee058cd3258d (diff)
parent4f1c1879cb1e4e1aa398cc994c2de534bb2d0e53 (diff)
downloadcpython-git-608f472a854e74d21af7febd932b7befef50719c.tar.gz
Added missed periods at the ends of sentences in Misc/NEWS.
-rw-r--r--Misc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4077da1d2e..745a3c102b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1336,7 +1336,7 @@ Library
- Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
Patch by Demian Brecht.
-- Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
+- Issue #4254: Adds _curses.update_lines_cols(). Patch by Arnon Yaari
- Issue #19933: Provide default argument for ndigits in round. Patch by
Vajrasky Kok.
@@ -6552,7 +6552,7 @@ Library
- Issue #17016: Get rid of possible pointer wraparounds and integer overflows
in the re module. Patch by Nickolai Zeldovich.
-- Issue #16658: add missing return to HTTPConnection.send()
+- Issue #16658: add missing return to HTTPConnection.send().
Patch by Jeff Knupp.
- Issue #9556: the logging package now allows specifying a time-of-day for a
@@ -7150,7 +7150,7 @@ Library
- Issue #16431: Use the type information when constructing a Decimal subtype
from a Decimal argument.
-- Issue #15641: Clean up deprecated classes from importlib
+- Issue #15641: Clean up deprecated classes from importlib.
Patch by Taras Lyapun.
- Issue #16350: zlib.decompressobj().decompress() now accumulates data from
@@ -7419,7 +7419,7 @@ IDLE
- Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
-- Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
+- Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu.
Patch by Todd Rovito.
- Issue #16123: IDLE - deprecate running without a subprocess.
@@ -7932,7 +7932,7 @@ Tools/Demos
- Issue #16549: Make json.tool work again on Python 3 and add tests.
Initial patch by Berker Peksag and Serhiy Storchaka.
-- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py
+- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py.
Patch by Serhiy Storchaka.
Windows