[Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Fixed markup errors.

serhiy.storchaka python-checkins at python.org
Wed Oct 19 11:12:53 EDT 2016


https://hg.python.org/cpython/rev/6c8a26e60728
changeset: 104563:6c8a26e60728
branch: 3.6
parent: 104558:91992ea3c6b1
parent: 104562:9ef78351d2e9
user: Serhiy Storchaka <storchaka at gmail.com>
date: Wed Oct 19 18:12:05 2016 +0300
summary:
 Issue #19795: Fixed markup errors.
files:
 Doc/whatsnew/3.1.rst | 2 +-
 Doc/whatsnew/3.4.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -548,5 +548,5 @@
 
 * The automatic name remapping in the pickle module for protocol 2 or lower can
 make Python 3.1 pickles unreadable in Python 3.0. One solution is to use
- protocol 3. Another solution is to set the *fix_imports* option to *``False``*.
+ protocol 3. Another solution is to set the *fix_imports* option to ``False``.
 See the discussion above for more details.
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -161,7 +161,7 @@
 
 * :ref:`Safe object finalization <whatsnew-pep-442>` (:pep:`442`).
 * Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set
- to ``None`` during finalization <whatsnew-pep-442>` (:issue:`18214`).
+ to None during finalization <whatsnew-pep-442>` (:issue:`18214`).
 * :ref:`Configurable memory allocators <whatsnew-pep-445>` (:pep:`445`).
 * :ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`).
 
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /