[issue31799] Improve __spec__ discoverability

2017-10-17 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- stage: patch review -> resolved status: open -> closed versions: -Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue31799] Improve __spec__ discoverability

2017-10-17 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 858ea4354fafa36e57859d2dfd70f8a057984075 by Barry Warsaw (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021) https://github.com/python/cpython/commit/858ea4354fafa36e57859d2dfd70f8a05

[issue31799] Improve __spec__ discoverability

2017-10-17 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +3996 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31799] Improve __spec__ discoverability

2017-10-17 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 191e3138200906e43cba9347177914325b54843f by Barry Warsaw in branch 'master': bpo-31799: Make module.__spec__ more discoverable (#4010) https://github.com/python/cpython/commit/191e3138200906e43cba9347177914325b54843f -- __

[issue31799] Improve __spec__ discoverability

2017-10-16 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +3984 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue31799] Improve __spec__ discoverability

2017-10-16 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : __spec__ is defined in PEP 451. If you search for "__spec__" in the docs, you get a number of hits. https://docs.python.org/3/search.html?q=__spec__&check_keywords=yes&area=default Click on the first link: https://docs.python.org/3/reference/import.html?