diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 13:43:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 13:43:42 (GMT) |
commit | a97cd2eb17e0dc829e02119ea6f04198a419ed20 (patch) | |
tree | ef03c46125b86e2cec7846b4d8fb4c071728067b /Doc/whatsnew/3.1.rst | |
parent | ecf41da83e5db98734b19f205899168cc56da943 (diff) | |
download | cpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.zip cpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.tar.gz cpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.tar.bz2 |
Issue #19795: Mark up True and False as literal text instead of bold.
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index c1a1687..83e1369 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. |