[Python-checkins] cpython (2.7): Added missed periods at the ends of sentences in Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Mon Nov 9 17:32:24 EST 2015


https://hg.python.org/cpython/rev/b35c57bbef1c
changeset:   99035:b35c57bbef1c
branch:      2.7
parent:      99020:f14f6bce3321
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Nov 10 00:31:41 2015 +0200
summary:
  Added missed periods at the ends of sentences in Misc/NEWS.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3076,7 +3076,7 @@
 - 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 @@
 
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list