-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
shutil.__all__ incomplete #66855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here is a patch. I also added SameFileError. |
IIRC test___all__ can be used for this. |
Looking at Lib/test/test___all__.py, that module just makes sure that the names imported with “from ... import *” are the same as listed in the __all__ attribute. It does no know what the __all__ attribute is meant to contain. |
I agree with Martin. Plus, this method already used by other tests (see Lib/test/test_nntplib.py and Lib/test/test_warnings.py for example). |
New changeset 232520144c6c by Berker Peksag in branch '3.4': New changeset 193ac288bc7f by Berker Peksag in branch 'default': |
Thanks for the report, Martin. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: