Skip to content

Commit d72681f

Browse files
committed
PEP 791: address PEP review comments
* add submodule variant
1 parent 5625a11 commit d72681f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

peps/pep-0791.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ interval math or numerical integration.
131131
Other proposed names include ``ntheory`` (like SymPy's submodule),
132132
``integermath`` and ``imaths``.
133133

134+
As a variant, new module can be added as a submodule of the
135+
:external+py3.14:mod:`math`. The main module itself will preserve "catch-all"
136+
role for mathematics in the stdlib.
137+
134138

135139
Module scope and possible extensions
136140
------------------------------------

0 commit comments

Comments
 (0)