Hugo van Kemenade
Hugo van Kemenade
Are some of these are answered in PEP 1? For example, "Once approved [not the same as accepted], they [the PEP editors] will assign your PEP a number". * https://www.python.org/dev/peps/pep-0001/...
Before, using the code in #386, we get HTML like: ```html Full set of data 1 2 +--------------------------+| First set of data |+------+---------+---------+| item | A | B |+------+---------+---------+| a...
OK, thanks, yeah that makes sense about HTML tables rather than plain ones. PrettyTable isn't really designed for subtables, and I do think the extra whitespace is useful. But perhaps...
No need to scrape, there are Atom (like RSS) feeds available for releases and tags for all GitHub projects: * https://github.com/indygreg/python-build-standalone/releases.atom * https://github.com/indygreg/python-build-standalone/tags.atom I've used these sort of feeds for...
Thanks for the PR and issue, https://github.com/python-pillow/Pillow/pull/9001 has been merged instead.
It's hard to review the changes because the section was moved in the page, please could you move it back? I think it makes sense to keep the original order,...
Hello, this is the issue tracker for the Python language itself. Please open a topic in the help forum to ask about your own code: https://discuss.python.org/c/help/7
One of these changes was from https://github.com/python/cpython/pull/112577, cc @hauntsaninja.
Good to hear, thank you! And thank you for the early testing :) > Of all the upgrades that I have done, Python v3.14 is by far the cleanest and...