diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:12:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:12:05 (GMT) |
commit | 3f561b791165c53f755e6aa35c7c10b48285eaae (patch) | |
tree | 0dd02d488d5853a87d881412fb2fe893ad1a0270 /Doc/whatsnew | |
parent | 0bbf8c08ab8915e9eb50bbe26aef1f74cc01f605 (diff) | |
parent | 1883542eb95e7e40c2817cdd211206078c7087d7 (diff) | |
download | cpython-3f561b791165c53f755e6aa35c7c10b48285eaae.zip cpython-3f561b791165c53f755e6aa35c7c10b48285eaae.tar.gz cpython-3f561b791165c53f755e6aa35c7c10b48285eaae.tar.bz2 |
Issue #19795: Fixed markup errors.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 | ||||
-rw-r--r-- | 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 index 83e1369..5c31401 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 4f5e16e..72398f9 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -161,7 +161,7 @@ CPython implementation improvements: * :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`). |