cpython: 2127ef3b7660 (original) (raw)
Mercurial > cpython
changeset 104564:2127ef3b7660
Issue #19795: Fixed markup errors. [#19795]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Wed, 19 Oct 2016 18:12:24 +0300 |
parents | ed470e049058(current diff)6c8a26e60728(diff) |
children | 9fc0f20ea7de |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/whatsnew/3.1.rst 2 Doc/whatsnew/3.4.rst 2 |
line wrap: on
line diff
--- 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
. See the discussion above for more details.
--- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -161,7 +161,7 @@ CPython implementation improvements: