[issue31476] Stdlib source files not installed

2019-10-31 Thread Stephen Paul Chappell
Change by Stephen Paul Chappell : -- nosy: -Zero ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31476] Stdlib source files not installed

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Closing this as out of date, but if you're still watching Zero, make sure you aren't browsing the __pycache__ directory instead of the source directories. We definitely ship sources with all of our distributions. -- resolution: -> out of date stage: -

[issue31476] Stdlib source files not installed

2017-09-15 Thread Stephen Paul Chappell
Stephen Paul Chappell added the comment: The URL for the installer that was used last is: https://www.python.org/ftp/python/3.6.2/python-3.6.2-amd64-webinstall.exe -- ___ Python tracker __

[issue31476] Stdlib source files not installed

2017-09-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: IDLE's class browser is based on stdlib's pyclbr, which processes source.py files. I have no idea how you install python to not get source files, as source is the default option with the PSF installer. In any case, this is an install issue, not an IDLE issue