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 mdk
Recipients cryvate, docs@python, josh.r, mdk, samuelmarks
Date 2021-06-27.13:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624798995.72.0.0785524227577.issue44470@roundup.psfhosted.org>
In-reply-to
Content
> My computer is only configured for English. Running Firefox 90.0b9 (64-bit) on macOS 11.4 (20F71).

To add to this, it had nothing to do with your setup, the file was just lying here on the server due to the previous build happening on the same hierarchy.

That's why adding a git clean fixed it.

Next time you find a similar issue you can easily test if it's dependent on your setup or not by trying a curl in command-line:

$ curl https://docs.python.org/3.11/library/parser.html

curl sends very simple requests, without looking at your locale preferences, like:

    GET /3.11/library/parser.html HTTP/1.1
    Host: docs.python.org
    User-Agent: curl/7.74.0
    Accept: */*

so it permit to easily disambiguate if it's tied to your browser or not.
History
Date User Action Args
2021-06-27 13:03:15mdksetrecipients: + mdk, docs@python, josh.r, cryvate, samuelmarks
2021-06-27 13:03:15mdksetmessageid: <1624798995.72.0.0785524227577.issue44470@roundup.psfhosted.org>
2021-06-27 13:03:15mdklinkissue44470 messages
2021-06-27 13:03:15mdkcreate