Hugo van Kemenade

Results 1579 comments of Hugo van Kemenade

Thanks for the report, would you like to propose a fix?

Thanks for the report. Probably related to https://github.com/python/pythondotorg/pull/2692, which edited `mq.css` and `mq.scss`. I purged the cache for https://www.python.org/downloads/ and now it's looking better after a hard reload.

It's also happening on other pages such as https://www.python.org/downloads/windows/ and https://www.python.org/downloads/source/ and https://www.python.org/downloads/macos/. I've purged those, but is there a more systematic method?

> I mean, this is Python, not JavaScript, and it's not 1999 anymore. Yet, for example, we have to deal with BS like this: > > ```python > >>> from...

Here's some style guides recommending against Latin abbreviations: * Google: https://developers.google.com/style/abbreviations * Microsoft: https://learn.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words * Red Hat: https://stylepedia.net/style/6.2/#contractions-and-abbreviations * Apple: https://support.apple.com/en-gb/guide/applestyleguide/apsg3acde405/1.0/web/1.0#apde9a26a57d4df4 * Intuit: https://contentdesign.intuit.com/word-list/#i-e * Salesforce: https://developer.salesforce.com/docs/atlas.en-us.salesforce_pubs_style_guide.meta/salesforce_pubs_style_guide/style_ie.htm * edX: https://draft-edx-style-guide.readthedocs.io/en/latest/global_English.html#abbreviations...

re: 1., I think declarations at the start of a block was required by the C89 standard, but is no longer by modern compilers. And I find declaring on first...

See also https://github.com/python/cpython/pull/124880 for a similar CPython change to `colorsys.rgb_to_hsv()`, which the Pillow function was originally based on.

Some other bits: ``` CREDITS 5:https://github.com/python/mypy/commits/master README.md 105:python3 -m pip install -U https://github.com/python/mypy/zipball/master .github/PULL_REQUEST_TEMPLATE.md 7:- Read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md) docs/source/extending_mypy.rst 96:`mypy/plugin.py `_ 98:located in `mypy/plugins `_. mypy/errors.py 1153: "Please try...

> I'm fine with changing the branch name to `main`, but let's wait until 1.0 and any 1.0.x point releases are out to avoid disruption, i.e. let's do it between...