Skip to content

Commit ad587ab

Browse files
committed
address review: move part of Abstract to the Specification
1 parent ffe9e8e commit ad587ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0791.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This PEP proposes a new module for number-theoretical, combinatorial and other
1919
functions defined for integer arguments, like
2020
:external+py3.14:func:`math.gcd` or :external+py3.14:func:`math.isqrt`.
2121

22-
Suitable functions must be computed exactly, given sufficient time and memory.
23-
2422

2523
Motivation
2624
==========
@@ -72,7 +70,8 @@ Their aliases in :external+py3.14:mod:`math` will be :term:`soft deprecated`.
7270

7371
Module functions will accept integers and objects that implement the
7472
:external+py3.14:meth:`~object.__index__` method, which is used to convert the
75-
object to an integer number.
73+
object to an integer number. Suitable functions must be computed exactly,
74+
given sufficient time and memory.
7675

7776
Possible extensions for the new module and its scope are discussed in the
7877
`Open Issues <Open Issues_>`_ section. New functions are not part of this

0 commit comments

Comments
 (0)