This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [good first issue] Align version changed for truncate in io module
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, cheryl.sabella, docs@python, eamanu, miss-islington
Priority: normal Keywords: easy, patch

Created on 2019-02-15 18:08 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11881 merged eamanu, 2019-02-15 18:46
PR 11882 merged miss-islington, 2019-02-15 19:02
Messages (5)
msg335633 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-02-15 18:08
In the documentation page for the io module, under the truncate method, there is a version changed directive which is not properly aligned.

https://docs.python.org/3/library/io.html#io.IOBase.truncate
msg335634 - (view) Author: Emmanuel Arias (eamanu) * Date: 2019-02-15 18:24
I take it
msg335636 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2019-02-15 18:52
Thanks!
msg335637 - (view) Author: miss-islington (miss-islington) Date: 2019-02-15 19:02
New changeset 522630a7462f606300f1e6e6818de191d9dc3fdf by Miss Islington (bot) (Emmanuel Arias) in branch 'master':
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://github.com/python/cpython/commit/522630a7462f606300f1e6e6818de191d9dc3fdf
msg335638 - (view) Author: miss-islington (miss-islington) Date: 2019-02-15 19:09
New changeset 05f41363d4876a63acd8016cbf56b4f4e809e41f by Miss Islington (bot) in branch '3.7':
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://github.com/python/cpython/commit/05f41363d4876a63acd8016cbf56b4f4e809e41f
History
Date User Action Args
2022-04-11 14:59:11adminsetgithub: 80187
2019-02-15 19:09:40miss-islingtonsetmessages: + msg335638
2019-02-15 19:02:54miss-islingtonsetpull_requests: + pull_request11915
2019-02-15 19:02:42miss-islingtonsetnosy: + miss-islington
messages: + msg335637
2019-02-15 18:52:06Mariattasetstatus: open -> closed

nosy: + Mariatta
messages: + msg335636

resolution: fixed
stage: patch review -> resolved
2019-02-15 18:46:12eamanusetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request11914
2019-02-15 18:24:52eamanusetnosy: + eamanu
messages: + msg335634
2019-02-15 18:08:32cheryl.sabellacreate