summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-09 22:20:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-09 22:20:43 (GMT)
commitfed16ec7c254ad33d4932297d185c4b45dd26be1 (patch)
treef142f76cb710da3611886a746953cf0f1b52c9f9
parentfaf7060fa0d4a0821a1df5111ac6f25bd0a48a9f (diff)
downloadcpython-fed16ec7c254ad33d4932297d185c4b45dd26be1.zip
cpython-fed16ec7c254ad33d4932297d185c4b45dd26be1.tar.gz
cpython-fed16ec7c254ad33d4932297d185c4b45dd26be1.tar.bz2
Added missed periods at the ends of sentences in Misc/NEWS.
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0175f47..6a61d72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4857,7 +4857,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
@@ -5455,7 +5455,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
@@ -5724,7 +5724,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.
@@ -6233,7 +6233,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