New submission from Alberto Torres Barrán <albert...@gmail.com>:

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 reachable since 
it is n instance of OSError).

----------
assignee: docs@python
components: Documentation
messages: 371535
nosy: Alberto Torres Barrán, docs@python
priority: normal
severity: normal
status: open
title: copytree example in shutil
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to