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 vstinner
Recipients docs@python, mdk, methane, vstinner
Date 2019-04-11.07:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554968193.44.0.8029488405.issue36597@roundup.psfhosted.org>
In-reply-to
Content
> It seems it is caused by non English locale.

Right, but why did it start to fail since yesterday?


> You may run doctest with existing Python, not Python 3.8.

I used the command from the .travis.yml job: "... make -C Doc/ PYTHON=../python "...". It explicitly picks the Python it just compiled.

Why would we like to check the doctests using a random Python version, whereas it's Python 3.8 documentation?
History
Date User Action Args
2019-04-11 07:36:33vstinnersetrecipients: + vstinner, methane, docs@python, mdk
2019-04-11 07:36:33vstinnersetmessageid: <1554968193.44.0.8029488405.issue36597@roundup.psfhosted.org>
2019-04-11 07:36:33vstinnerlinkissue36597 messages
2019-04-11 07:36:33vstinnercreate