mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #25523: Merge a-to-an corrections from 3.4.
This commit is contained in:
commit
a84f6c3dd3
34 changed files with 39 additions and 39 deletions
|
@ -192,7 +192,7 @@ process more convenient:
|
|||
number is specified, :data:`HIGHEST_PROTOCOL` is selected.
|
||||
|
||||
The *file* argument must have a write() method that accepts a single bytes
|
||||
argument. It can thus be an on-disk file opened for binary writing, a
|
||||
argument. It can thus be an on-disk file opened for binary writing, an
|
||||
:class:`io.BytesIO` instance, or any other custom object that meets this
|
||||
interface.
|
||||
|
||||
|
@ -288,7 +288,7 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
|
|||
number is specified, :data:`HIGHEST_PROTOCOL` is selected.
|
||||
|
||||
The *file* argument must have a write() method that accepts a single bytes
|
||||
argument. It can thus be an on-disk file opened for binary writing, a
|
||||
argument. It can thus be an on-disk file opened for binary writing, an
|
||||
:class:`io.BytesIO` instance, or any other custom object that meets this
|
||||
interface.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue