Hugo van Kemenade
Hugo van Kemenade
Thanks all for working on this! Here's a comparison of file size in MB between https://github.com/python-pillow/Pillow/pull/8858 (only aomenc and dav1d codecs) and https://github.com/python-pillow/Pillow/pull/8869 (only aom codec), comparing each size to...
Thank you for all your work on #8858, it's much appreciated! With a quick calculation, the total size of all the wheels is up from ~260 MB to ~469 MB,...
This repo is pretty quiet and the extra CI time won't make much difference, but I'm fine to leave it until the beta if you prefer?
Yes, and if we find any issues, it will help us get them fixed in CPython, or possibly other dependencies, before the big release in October. But again, I don't...
Python 3.14 is now in beta and the release manager (👋 hi it's me!) requested: > We ***strongly encourage*** maintainers of third-party Python projects to ***test with 3.14*** during the...
This is a good idea. This is partially covered in https://github.com/python/pythondotorg/issues/2066, but we can also keep this focused issue. At the moment the [release PEPs](https://peps.python.org/topic/release/) have the release schedule in...
Please see PR https://github.com/python/pythondotorg/pull/2816.
I think this would be useful. Right now, `table.add_row()` has a `divider=True` attribute to add a one below. Perhaps, instead of adding something like `divider_above=True`, we add something like plural...
Although perhaps this is not so important now that https://github.com/prettytable/prettytable/issues/242 / https://github.com/prettytable/prettytable/pull/357 have added an `add_divider()` method to PrettyTable 3.14?
I've added `doc`, we can keep `type-bug` as well. --- For reference, links to the two files: https://github.com/python/cpython/blob/72eea512b88f8fd68b7258242c37da963ad87360/Doc/tutorial/introduction.rst?plain=1#L8 https://github.com/python/cpython/blob/72eea512b88f8fd68b7258242c37da963ad87360/Doc/tutorial/interpreter.rst?plain=1#L93 And the rendered HTML versions: * https://docs.python.org/3/tutorial/introduction.html#an-informal-introduction-to-python * https://docs.python.org/3/tutorial/interpreter.html#interactive-mode --- >...