mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://bugs.python.org/issue36006
(cherry picked from commit 522630a746)
Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
This commit is contained in:
parent
fe42122d41
commit
05f41363d4
1 changed files with 2 additions and 2 deletions
|
|
@ -349,8 +349,8 @@ I/O Base Classes
|
|||
(on most systems, additional bytes are zero-filled). The new file size
|
||||
is returned.
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
Windows will now zero-fill files when extending.
|
||||
.. versionchanged:: 3.5
|
||||
Windows will now zero-fill files when extending.
|
||||
|
||||
.. method:: writable()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue