mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27076: Merge spelling from 3.5
This commit is contained in:
commit
3e04d5b306
66 changed files with 232 additions and 232 deletions
|
|
@ -1002,7 +1002,7 @@ class _Unpickler:
|
|||
meets this interface.
|
||||
|
||||
Optional keyword arguments are *fix_imports*, *encoding* and
|
||||
*errors*, which are used to control compatiblity support for
|
||||
*errors*, which are used to control compatibility support for
|
||||
pickle stream generated by Python 2. If *fix_imports* is True,
|
||||
pickle will try to map the old Python 2 names to the new names
|
||||
used in Python 3. The *encoding* and *errors* tell pickle how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue