Julien Palard <julien+pyt...@palard.fr> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to