summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-03-04 01:49:37 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-03-04 01:49:37 (GMT)
commit3fe1843cee1e1918376ffb687d324806101fa117 (patch)
tree15c183be48d6862a97663ca3ec9c88f8dc6aeda2 /Doc
parentc6511a851e7c187876bd5f31b67f3d92e6be2118 (diff)
downloadcpython-3fe1843cee1e1918376ffb687d324806101fa117.zip
cpython-3fe1843cee1e1918376ffb687d324806101fa117.tar.gz
cpython-3fe1843cee1e1918376ffb687d324806101fa117.tar.bz2
Add versionadded tags
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/inspect.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 58337f0..92c3ef9 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -279,10 +279,14 @@ Note:
Return true if the object is a Python generator function.
+ .. versionadded:: 2.6
+
.. function:: isgenerator(object)
Return true if the object is a generator.
+ .. versionadded:: 2.6
+
.. function:: istraceback(object)
Return true if the object is a traceback.