summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-09 16:23:18 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-09-09 16:23:18 (GMT)
commitcbed49550a5454e1ac351f8b31738ebbd1c5d364 (patch)
tree75c394d1487dbfcae6aa8d9084f2b82fd8eaedc2 /Doc/library/collections.rst
parentdf326eb1bb2210f42942a06fa386c1b45b8f2f0d (diff)
parent336b37b1dd1ec08b2ca19c292d9a729027b07f8e (diff)
downloadcpython-cbed49550a5454e1ac351f8b31738ebbd1c5d364.zip
cpython-cbed49550a5454e1ac351f8b31738ebbd1c5d364.tar.gz
cpython-cbed49550a5454e1ac351f8b31738ebbd1c5d364.tar.bz2
Merge 3.5
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index d78ee79..f820748 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1160,3 +1160,7 @@ attribute.
be an instance of :class:`bytes`, :class:`str`, :class:`UserString` (or a
subclass) or an arbitrary sequence which can be converted into a string using
the built-in :func:`str` function.
+
+ .. versionchanged:: 3.5
+ New methods ``__getnewargs__``, ``__rmod__``, ``casefold``,
+ ``format_map``, ``isprintable``, and ``maketrans``.