Stan Ulbrych

Results 144 comments of Stan Ulbrych

Not fully possible, `nl_langinfo` doesn't support `LC_TIME`. We can partially use it, ~33% faster. ```python def _getlang(): lang = locale.setlocale(locale.LC_TIME, None) encoding = locale.nl_langinfo(locale.CODESET) return lang, encoding ``` ```bash $...

> I would also like to consider using OS strptime on platforms with a decent implementation. This should be a separate issue.

@picnixz _strptime is currently pure python. This does not need the *extension-modules* label. It does however need the *performance* label :-)

The lint issues do not block anything, they have been around for a while ;-) They sometimes cause issues with how the translation renders, other times they are just quality...

The warnings on the dashboard may be slightly out of date. [transifex-automations](https://github.com/python-docs-translations/transifex-automations/tree/main/sample-workflows) has test building and linting workflows, they are simple to add, just the branch matrix's need to be...

> Is there some advantage other than "easier to find"? No, though I find it convenient in CPython. I don’t mind closing if you think it’s not worth it.

Can we close this? It was answered and there has been no activity for a few months, mixing questions and bugs is not the best. At least add the question...

Out of curiosity, is `freeze.py` still maintained? The last update was 2 years ago and for this specific file 16.

@auvipy I presume Eric is using emacs, the double spaces are fine and conform to many technical writing style guides IIRC. You will find many occurrences throughout out the docs.

> Traditionally Very, [historically started when type writers where introduced](https://en.wikipedia.org/wiki/Sentence_spacing#Traditional_typesetting) :-)