cpython: 9ef78351d2e9 (original) (raw)
Mercurial > cpython
changeset 104562:9ef78351d2e9 3.5
Issue #19795: Fixed markup errors. [#19795]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Wed, 19 Oct 2016 18:11:24 +0300 |
parents | 477a82ec81fc |
children | 6c8a26e60728 e4aa34a7ca53 |
files | Doc/whatsnew/3.1.rst 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: