summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-09 16:23:01 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-09-09 16:23:01 (GMT)
commit336b37b1dd1ec08b2ca19c292d9a729027b07f8e (patch)
tree90dab7fe8b7b9bdcb8e6e1d1199678a35d62f3c8 /Doc/library
parentf03d50c5da227fe1066f2ce9692e4c5590a8b868 (diff)
downloadcpython-336b37b1dd1ec08b2ca19c292d9a729027b07f8e.zip
cpython-336b37b1dd1ec08b2ca19c292d9a729027b07f8e.tar.gz
cpython-336b37b1dd1ec08b2ca19c292d9a729027b07f8e.tar.bz2
whatsnew/3.5: First pass over NEWS is done.
Diffstat (limited to 'Doc/library')
-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 60e8fe8..8121cc4 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1157,3 +1157,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``.