Hugo van Kemenade
Hugo van Kemenade
@encukou Triage: ready to merge?
Does this still apply to the new REPL? https://docs.python.org/3.13/whatsnew/3.13.html#a-better-interactive-interpreter
There's a difference with `-S`: ```pycon ❯ python3.12 -S Python 3.12.5 (v3.12.5:ff3bc82f7c9, Aug 7 2024, 05:32:06) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin >>> help(dir) Traceback (most recent call last): File "",...
> My concern is more that these lists are getting bigger at every Python version. Sometimes, I'm considering to create a sub-page of What's New in Python 3.13, since the...
Follow on from this. We discussed this on Discourse: * https://discuss.python.org/t/streamline-whats-new-by-moving-deprecations-and-removals-out-of-news/53997 And in the docs-community meeting last month, where we thought about using includes: * https://docs-community.readthedocs.io/en/latest/monthly-meeting/2024-06.html#python-project-documentation * https://discuss.python.org/t/streamline-whats-new-by-moving-deprecations-and-removals-out-of-news/53997/8 Please see...
Is it so that we weren't previously duplicating all the C API deprecations across What's New files? This will mean the What's New pages will become even longer. But I...
Would you like to add these includes to the new `deprecations/index.rst` from https://github.com/python/cpython/pull/122352? --- I also realised we don't want `.. include:: pending-removal-in-3.14.rst` here in `main` (aka 3.14), we only...
> I believe that a majority of beginners are using Windows releases and therefore think the tutorial should not treat them as an afterthought. We have numbers that suggest this....
Thanks for checking! > Asyncio shield typo - solved. This was fixed in https://github.com/python/cpython/pull/108427 but not backported. I'm backporting now: https://github.com/python/cpython/pull/111244, https://github.com/python/cpython/pull/111245.
> Problem in help for str().rsplit() - solved. This still exists, it's in the docstring: https://github.com/search?q=repo%3Apython%2Fcpython%20%22starting%20from%20the%20left%22&type=code