This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, docs@python
Date 2017-01-23.09:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485164481.25.0.457345760711.issue29349@psf.upfronthosting.co.za>
In-reply-to
Content
There's a hidden Python 2 print call in the script that only gets reached after you move the Doc/ folder outside the main CPython directory and run `make html`. 

Additionally, an obsolete way of assuring a file gets closed is used (changed to use `with` statement).

P.S: Tagged this with the Documentation component, maybe build is more applicable but I wasn't sure.
History
Date User Action Args
2017-01-23 09:41:21Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, docs@python
2017-01-23 09:41:21Jim Fasarakis-Hilliardsetmessageid: <1485164481.25.0.457345760711.issue29349@psf.upfronthosting.co.za>
2017-01-23 09:41:21Jim Fasarakis-Hilliardlinkissue29349 messages
2017-01-23 09:41:20Jim Fasarakis-Hilliardcreate