[Python-checkins] cpython (2.7): trunc -> math.trunc (closes #11475) (original) (raw)
benjamin.peterson python-checkins at python.org
Sat Mar 12 18:58:35 CET 2011
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
- Next message: [Python-checkins] cpython (2.7): Fix typo.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/0eb23dedb03c changeset: 68403:0eb23dedb03c branch: 2.7 parent: 68394:d5fe8b33f711 user: Benjamin Peterson <benjamin at python.org> date: Sat Mar 12 11:58:15 2011 -0600 summary: trunc -> math.trunc (closes #11475)
files: Doc/library/numbers.rst
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -47,7 +47,7 @@
To :class:Complex
, :class:Real
adds the operations that work on real
numbers.
- In short, those are: a conversion to :class:
float
, :func:trunc
,
- In short, those are: a conversion to :class:
float
, :func:math.trunc
, :func:round
, :func:math.floor
, :func:math.ceil
, :func:divmod
,//
,%
,<
,<=
,>
, and>=
.
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
- Next message: [Python-checkins] cpython (2.7): Fix typo.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]