cpython: 6c8a26e60728 (original) (raw)
Mercurial > cpython
changeset 104563:6c8a26e60728 3.6
Issue #19795: Fixed markup errors. [#19795]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Wed, 19 Oct 2016 18:12:05 +0300 |
parents | 91992ea3c6b1(current diff)9ef78351d2e9(diff) |
children | 2127ef3b7660 7b143d6834cf |
files | Doc/whatsnew/3.4.rst |
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: