diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
commit | 9abf93d6c96991167cc6acf50f025410ea1def2f (patch) | |
tree | 2d4cd67df1cc6f47d5244a771753ced49f63a4a6 /Doc/library/reprlib.rst | |
parent | 24c4d85598d9f191350ae8a345c310a1a5c75214 (diff) | |
download | cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.zip cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.gz cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.bz2 |
murder some versionadded and versionchanged directives in their beds
Diffstat (limited to 'Doc/library/reprlib.rst')
-rw-r--r-- | Doc/library/reprlib.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst index a0664c7..e503442 100644 --- a/Doc/library/reprlib.rst +++ b/Doc/library/reprlib.rst @@ -62,9 +62,6 @@ which format specific object types. default is ``4`` for :attr:`maxdict`, ``5`` for :attr:`maxarray`, and ``6`` for the others. - .. versionadded:: 2.4 - :attr:`maxset`, :attr:`maxfrozenset`, and :attr:`set`. - .. attribute:: Repr.maxlong |