Issue 36006: [good first issue] Align version changed for truncate in io module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/80187

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:11 admin set github: 80187
2019-02-15 19:09:40 miss-islington set messages: +
2019-02-15 19:02:54 miss-islington set pull_requests: + <pull%5Frequest11915>
2019-02-15 19:02:42 miss-islington set nosy: + miss-islingtonmessages: +
2019-02-15 18:52:06 Mariatta set status: open -> closednosy: + Mariattamessages: + resolution: fixedstage: patch review -> resolved
2019-02-15 18:46:12 eamanu set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest11914>
2019-02-15 18:24:52 eamanu set nosy: + eamanumessages: +
2019-02-15 18:08:32 cheryl.sabella create