[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset bc9ec24290d0fa823fa2ac19ac9767b2b8498faa by Miss Islington (bot) in branch '3.9': bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) https://github.com/python/cpython/commit/bc9ec24290d0fa823fa2ac19ac9767b2b8498faa

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 857cf55cbdd65b7a9534dc35d89a19dfe8cbdba5 by Miss Islington (bot) in branch '3.10': bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) https://github.com/python/cpython/commit/857cf55cbdd65b7a9534dc35d89a19dfe8cbdba5

[issue40982] copytree example in shutil

2022-04-04 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for the report and patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30386 pull_request: https://github.com/python/cpython/pull/32327 ___ Python tracker ___

[issue40982] copytree example in shutil

2022-04-04 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: New changeset e06f920c5bc6e9fad29082ba0d84043722806e17 by Zackery Spytz in branch 'main': bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) https://github.com/python/cpython/commit/e06f920c5bc6e9fad29082ba0d84043722806e17 --

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30385 pull_request: https://github.com/python/cpython/pull/32326 ___ Python tracker

[issue40982] copytree example in shutil

2021-03-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23543 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24778 ___ Python tracker

[issue40982] copytree example in shutil

2020-07-10 Thread Wansoo Kim
Wansoo Kim added the comment: Can I solve this issue? -- nosy: +ys19991 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40982] copytree example in shutil

2020-06-15 Thread Alberto Torres Barrán
New submission from Alberto Torres Barrán : The copytree example in https://docs.python.org/3/library/shutil.html#copytree-example does not match the source code, even removing docstrings. In particular is missing parameters and the exceptions are in the wrong order (Error will never be