(original) (raw)
changeset: 104564:2127ef3b7660 parent: 104561:ed470e049058 parent: 104563:6c8a26e60728 user: Serhiy Storchaka storchaka@gmail.com date: Wed Oct 19 18:12:24 2016 +0300 description: Issue #19795: Fixed markup errors. diff -r ed470e049058 -r 2127ef3b7660 Doc/whatsnew/3.1.rst --- a/Doc/whatsnew/3.1.rst Wed Oct 19 16:00:37 2016 +0200 +++ b/Doc/whatsnew/3.1.rst Wed Oct 19 18:12: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 ed470e049058 -r 2127ef3b7660 Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst Wed Oct 19 16:00:37 2016 +0200 +++ b/Doc/whatsnew/3.4.rst Wed Oct 19 18:12: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`)./storchaka@gmail.com