[issue44470] 3.11 docs.python.org in Polish not English?

Julien Palard report at bugs.python.org
Sun Jun 27 09:03:15 EDT 2021


Julien Palard <julien+python at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44470>
_______________________________________


More information about the Python-bugs-list mailing list