[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread miss-islington
miss-islington added the comment: 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/05f41363d4876a63acd8016cbf56b4f4e

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +11914 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread miss-islington
miss-islington added the comment: 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/522630a7462f6

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +11915 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Emmanuel Arias
Emmanuel Arias added the comment: I take it -- nosy: +eamanu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Cheryl Sabella
New submission from Cheryl Sabella : 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 -- assignee: docs@python components: Documentat