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 methane
Recipients docs@python, mdk, methane, vstinner
Date 2019-04-11.07:46:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tyq26UCWmJKVQoTc1BAaGONxzy--RvVT1rhchNLW=tVKw@mail.gmail.com>
In-reply-to <1554968193.44.0.8029488405.issue36597@roundup.psfhosted.org>
Content
> > It seems it is caused by non English locale.
>
> Right, but why did it start to fail since yesterday?

Is it an error start to fail since yesterday?
As far as reading your first report, this is happen only in your local
environment.

> > 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.

This error is in your environment too.  Maybe you re-used old venv?

>
> Why would we like to check the doctests using a random Python version, whereas it's Python 3.8 documentation?
>

Because it "doctest".  Python behavior (repr) can be changed.
Python 3.8 replaces some OrderedDict usage with regular dict.
History
Date User Action Args
2019-04-11 07:46:44methanesetrecipients: + methane, vstinner, docs@python, mdk
2019-04-11 07:46:44methanelinkissue36597 messages
2019-04-11 07:46:43methanecreate