diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-18 17:36:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-18 17:36:24 (GMT) |
commit | d1f20d1cf3c591096dc7aa5a1403e80000d7fa11 (patch) | |
tree | 471699ed73fc322d540dcb8564af79eb0c47d4ac | |
parent | 581e56acc9ed8eb5f6acb5110a9672538b8fa277 (diff) | |
download | cpython-d1f20d1cf3c591096dc7aa5a1403e80000d7fa11.zip cpython-d1f20d1cf3c591096dc7aa5a1403e80000d7fa11.tar.gz cpython-d1f20d1cf3c591096dc7aa5a1403e80000d7fa11.tar.bz2 |
Fixed markup and spaces in Misc/NEWS.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ Library - 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 @@ IDLE 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 |