summaryrefslogtreecommitdiffstats
path: root/Doc/library/cmath.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-08-16 05:08:46 (GMT)
committerGeorg Brandl <georg@python.org>2016-08-16 05:08:46 (GMT)
commit4770d6ec76328075b66b9f1c9291f537af626ab1 (patch)
tree5eb91f5c07dab77087884deae783033337fc80bd /Doc/library/cmath.rst
parent0a3ccacec7a5b05db7cd6187d359aa5146459e09 (diff)
downloadcpython-4770d6ec76328075b66b9f1c9291f537af626ab1.zip
cpython-4770d6ec76328075b66b9f1c9291f537af626ab1.tar.gz
cpython-4770d6ec76328075b66b9f1c9291f537af626ab1.tar.bz2
Add versionadded tags for (c)math.tau.
Diffstat (limited to 'Doc/library/cmath.rst')
-rw-r--r--Doc/library/cmath.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst
index f04f8d0..85393dc 100644
--- a/Doc/library/cmath.rst
+++ b/Doc/library/cmath.rst
@@ -257,6 +257,8 @@ Constants
The mathematical constant *τ*, as a float.
+ .. versionadded:: 3.6
+
.. index:: module: math
Note that the selection of functions is similar, but not identical, to that in