[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)

[issue31799] Improve __spec__ discoverability

2017-10-17 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +3996 ___ Python tracker ___

[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 ___

[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___keywords=yes=default Click on the first link: