summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-09 22:31:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-09 22:31:41 (GMT)
commitd0ee226396cce355b36566ffffcb49ccaa922248 (patch)
tree55141c239ddf118a098b9435ac0ff04897de8a28
parentbab1f851cc455d08aa2cf5d1b883fd4772d5a4bf (diff)
downloadcpython-d0ee226396cce355b36566ffffcb49ccaa922248.zip
cpython-d0ee226396cce355b36566ffffcb49ccaa922248.tar.gz
cpython-d0ee226396cce355b36566ffffcb49ccaa922248.tar.bz2
Added missed periods at the ends of sentences in Misc/NEWS.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ea5c6b..0c7e52b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3076,7 +3076,7 @@ IDLE
- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
Roger Serwy.
-- 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 #13052: Fix IDLE crashing when replace string in Search/Replace dialog
@@ -3272,7 +3272,7 @@ Tools/Demos
- Issue #16476: Fix json.tool to avoid including trailing whitespace.
-- 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.
Documentation