From: Serhiy Storchaka Date: Wed, 19 Oct 2016 15:11:24 +0000 (+0300) Subject: Issue #19795: Fixed markup errors. X-Git-Tag: v3.6.0b3~102^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1883542eb95e7e40c2817cdd211206078c7087d7;p=thirdparty%2FPython%2Fcpython.git Issue #19795: Fixed markup errors. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 83e136948a01..5c31401f9908 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -548,5 +548,5 @@ that may require changes to your code: * 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 index 8909539d72c5..1e5c9d1fbdcf 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -161,7 +161,7 @@ CPython implementation improvements: * :ref:`Safe object finalization ` (:pep:`442`). * Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set - to ``None`` during finalization ` (:issue:`18214`). + to None during finalization ` (:issue:`18214`). * :ref:`Configurable memory allocators ` (:pep:`445`). * :ref:`Argument Clinic ` (:pep:`436`).