]> granicus.if.org Git - python/commitdiff
Added missed periods at the ends of sentences in Misc/NEWS.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Nov 2015 22:31:41 +0000 (00:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Nov 2015 22:31:41 +0000 (00:31 +0200)
Misc/NEWS

index 3ea5c6b99ae609b1af607c517d7b67556c6eacca..0c7e52b5fea7339f85805fd8e4c696e6be29ea5a 100644 (file)
--- 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