changeset: 104562:9ef78351d2e9 branch: 3.5 parent: 104557:477a82ec81fc user: Serhiy Storchaka date: Wed Oct 19 18:11:24 2016 +0300 files: Doc/whatsnew/3.1.rst Doc/whatsnew/3.4.rst description: Issue #19795: Fixed markup errors. diff -r 477a82ec81fc -r 9ef78351d2e9 Doc/whatsnew/3.1.rst --- a/Doc/whatsnew/3.1.rst Wed Oct 19 16:43:42 2016 +0300 +++ b/Doc/whatsnew/3.1.rst Wed Oct 19 18:11:24 2016 +0300 @@ -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 -r 477a82ec81fc -r 9ef78351d2e9 Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst Wed Oct 19 16:43:42 2016 +0300 +++ b/Doc/whatsnew/3.4.rst Wed Oct 19 18:11:24 2016 +0300 @@ -161,7 +161,7 @@ * :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`).