summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-05-22 16:38:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-05-22 16:38:11 (GMT)
commite36894da3a3fb41b104207d4baa52ce9341865d2 (patch)
treea9b30daa1ed11b5b9d8d123e21d8594f05b5353f
parent1453e4aa7587898954acc49e7680a9d65c5d2c74 (diff)
downloadcpython-e36894da3a3fb41b104207d4baa52ce9341865d2.zip
cpython-e36894da3a3fb41b104207d4baa52ce9341865d2.tar.gz
cpython-e36894da3a3fb41b104207d4baa52ce9341865d2.tar.bz2
Updated to reflect new types.
-rw-r--r--Doc/lib/librepr.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/Doc/lib/librepr.tex b/Doc/lib/librepr.tex
index b71aae1..7905112 100644
--- a/Doc/lib/librepr.tex
+++ b/Doc/lib/librepr.tex
@@ -52,9 +52,15 @@ and methods which format specific object types.
\begin{memberdesc}{maxdict}
\memberline{maxlist}
\memberline{maxtuple}
+\memberline{maxset}
+\memberline{maxfrozenset}
+\memberline{maxdeque}
+\memberline{maxarray}
Limits on the number of entries represented for the named object
- type. The default for \member{maxdict} is \code{4}, for the others,
- \code{6}.
+ type. The default is \code{4} for \member{maxdict}, \code{5} for
+ \member{maxarray}, and \code{6} for the others.
+ \versionadded[\member{maxset}, \member{maxfrozenset},
+ and \member{set}]{2.4}.
\end{memberdesc}
\begin{memberdesc}{maxlong}