Hugo van Kemenade

Results 242 issues of Hugo van Kemenade

## What does this PR do? Add support for Python 3.11 and test on CI. Python 3.12 support is pending a new release of aiohttp, which should be coming soon:...

This library uses the [`imp` module](https://docs.python.org/3/library/imp.html) which has been deprecated since Python 3.4 and set for removal in 3.12: * Raised `PendingDeprecationWarning` since [3.4 (2014)](https://github.com/python/cpython/commit/e4f41deccf94ccc798b1eb1f44657ade66669a60) * Raised `DeprecationWarning` since [3.5...

In https://discuss.python.org/t/change-environment-variable-style/35180 we decided to use underscores in new environment variable names introduced in Python 3.13+. For example, `PYTHON_CPU_COUNT` instead of `PYTHONCPUCOUNT`. Let's document it somewhere in the devguide.

**Describe the bug** A clear and concise description of what the bug is. 1. Go to https://devguide.python.org/ and search for "diataxis" **Actual behavior** No results. **Expected behavior** Find results to...

bug

The python-dev mailing list has been retired and archived as read-only, as most core discussion takes place on Discourse instead. * https://mail.python.org/mailman3/lists/python-dev.python.org/ * https://mail.python.org/archives/list/[email protected]/thread/PDRLCB6CNLQAFVGPTLXL5QV6SVQDPCCV/ The devguide needs updating in a...

help wanted
good first issue
guide-edits

The [second Python 3.12 release candidate](https://discuss.python.org/t/python-3-12-0rc2-final-release-candidate-released/33105/5?u=hugovk) is out! :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12...

## What do these changes do? The [Python 3.12 release candidate is out!](https://discuss.python.org/t/python-3-12-0-release-candidate-1-released/31137?u=hugovk) :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to...

## What do these changes do? The [Python 3.12 release candidate](https://discuss.python.org/t/python-3-12-0-release-candidate-1-released/31137?u=hugovk) is out! :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to...

Fixes https://github.com/jquast/wcwidth/issues/102.

The [Python 3.12 release candidate is out!](https://discuss.python.org/t/python-3-12-0-release-candidate-1-released/31137?u=hugovk) :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities...