[Python-checkins] cpython (3.5): Fixed markup and spaces in Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Fri Dec 18 12:37:30 EST 2015


https://hg.python.org/cpython/rev/ed2420379b8d
changeset:   99624:ed2420379b8d
branch:      3.5
parent:      99620:7b176dafb56b
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Dec 18 19:36:24 2015 +0200
summary:
  Fixed markup and spaces 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
@@ -43,7 +43,7 @@
 
 - Issue #19771: Also in runpy and the "-m" option, omit the irrelevant
   message ". . . is a package and cannot be directly executed" if the package
-  could not even be initialized (e.g. due to a bad *.pyc file).
+  could not even be initialized (e.g. due to a bad ``*.pyc`` file).
 
 - Issue #25177: Fixed problem with the mean of very small and very large
   numbers. As a side effect, statistics.mean and statistics.variance should
@@ -435,7 +435,7 @@
   Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
 
 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
-  dialog rather than a separate dialog.   The former tabs are now a sorted
+  dialog rather than a separate dialog.  The former tabs are now a sorted
   list.  Patch by Mark Roseman.
 
 - Issue #22726: Re-activate the config dialog help button with some content

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


More information about the Python-checkins mailing list