[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
miss-islington added the comment: New changeset 71435f685c0423f878946e584f4b9eb01233d332 by Miss Islington (bot) in branch '3.7': closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) https://github.com/python/cpython/commit/71435f685c0423f878946e584f4b9eb01233d332 -- _

[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
miss-islington added the comment: New changeset 107171500d7d6e60f463eeb4db492c0ae292a669 by Miss Islington (bot) in branch '3.8': closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) https://github.com/python/cpython/commit/107171500d7d6e60f463eeb4db492c0ae292a669 -- _

[issue37554] Typo in os.rename docs

2019-07-11 Thread Mariatta
Mariatta added the comment: Thanks for the report! -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +14514 pull_request: https://github.com/python/cpython/pull/14714 ___ Python tracker ___ __

[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +14513 pull_request: https://github.com/python/cpython/pull/14713 ___ Python tracker ___ __

[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
miss-islington added the comment: New changeset 7cbef72902f32866a416ca6c4e732af4541951b8 by Miss Islington (bot) (Mariatta) in branch 'master': closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) https://github.com/python/cpython/commit/7cbef72902f32866a416ca6c4e732af4541951b8

[issue37554] Typo in os.rename docs

2019-07-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +14512 pull_request: https://github.com/python/cpython/pull/14712 ___ Python tracker ___ __

[issue37554] Typo in os.rename docs

2019-07-10 Thread Mariatta
Change by Mariatta : -- keywords: +patch pull_requests: +14495 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14692 ___ Python tracker ___ ___

[issue37554] Typo in os.rename docs

2019-07-10 Thread Roy Wellington
New submission from Roy Wellington : The documentation for os.rename (e.g., here, https://docs.python.org/3/library/os.html#os.rename but also for 3.8 and 3.9) currently reads, > On Unix, if src is a file and dst is a directory or vice-versa, anq:q > IsADirectoryError or a NotADirectoryError