Hugo van Kemenade

Results 237 issues of Hugo van Kemenade

Replace `logging.warn` (deprecated in [Python 2.7, 2011](https://github.com/python/cpython/commit/04d5bc00a219860c69ea17eaa633d3ab9917409f)) with `logging.warning` (added in [Python 2.3, 2003](https://github.com/python/cpython/commit/6fa635df7aa88ae9fd8b41ae42743341316c90f7)). * https://docs.python.org/3/library/logging.html#logging.Logger.warning * https://github.com/python/cpython/issues/57444

With old Black 18.9b0, I had this in `pyproject.toml`: ```toml [tool.black] py36 = true ``` The new Black 19.3b0 warns: ``` --py36 is deprecated and will be removed in a...

T: documentation
C: configuration

https://bot.community/ says: > ## Service Unavailable > > The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

1. Log in with Twitter 2. Return to bot.community 3. Click Add bot Expected: can add a bot Actual: nothing happens. Tried Chrome and Firefox.

Is it not yet implemented? Nothing happens when I click it. Latest Chrome, OSX.

Explain their purpose, perhaps with examples.

For example to report bugs or help contribute or star or whatever. So people know about the source being open.

1. go to https://bot.community/ 2. click a tag (e.g. meow) Expected: see tagged things Actual: "Cannot GET /tags/meow/" https://bot.community/tags/meow/ Happens with all tags.

Python 3.10 was released on 2021-10-04: * https://discuss.python.org/t/python-3-10-0-is-now-available/10955

Replace `logging.warn` (deprecated in [Python 2.7, 2011](https://github.com/python/cpython/commit/04d5bc00a219860c69ea17eaa633d3ab9917409f)) with `logging.warning` (added in [Python 2.3, 2003](https://github.com/python/cpython/commit/6fa635df7aa88ae9fd8b41ae42743341316c90f7)). * https://docs.python.org/3/library/logging.html#logging.Logger.warning * https://github.com/python/cpython/issues/57444