We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008ba3a commit 3054b20Copy full SHA for 3054b20
peps/pep-0791.rst
@@ -50,8 +50,8 @@ place for mathematical functions since we also have the
50
:external+py3.14:mod:`cmath` and :external+py3.14:mod:`statistics` modules.
51
Let's do the same for integer-related functions. It provides shared context,
52
which reduces verbosity in the documentation and conceptual load. It also aids
53
-discoverability through grouping related functions and makes IDE suggestions
54
-more helpful.
+discoverability through grouping related functions and makes IDE (e.g. new
+CPython's REPL) suggestions more helpful.
55
56
Currently the :external+py3.14:mod:`math` module code in the CPython is around
57
4200LOC, from which the new module code is roughly 1/3 (1300LOC). This is
0 commit comments