summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib2.rst
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-05-28 05:00:46 (GMT)
committerNed Deily <nad@acm.org>2015-05-28 05:00:46 (GMT)
commitffb40e5ec376aa755e92edb00c7db361f3007b6c (patch)
treea3372c5d3f6fcee664911c59a18f916a8a303c53 /Doc/tutorial/stdlib2.rst
parenta8c22a0c323a330eddd3c1f1316aa01e77480474 (diff)
downloadcpython-ffb40e5ec376aa755e92edb00c7db361f3007b6c.zip
cpython-ffb40e5ec376aa755e92edb00c7db361f3007b6c.tar.gz
cpython-ffb40e5ec376aa755e92edb00c7db361f3007b6c.tar.bz2
More version bumping to 3.6.
With the creation of the 3.5 branch earlier in the process, it is necessary to do some of the version bumps now rather than at final release time (for example, the equivalent of the 3.4->3.5 bumps in f2bf12fa22c1). (Some of those changes have already been made, for example in 30f5e7ec6afe.)
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
-rw-r--r--Doc/tutorial/stdlib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst
index f7d2a0a..71194b0 100644
--- a/Doc/tutorial/stdlib2.rst
+++ b/Doc/tutorial/stdlib2.rst
@@ -277,7 +277,7 @@ applications include caching objects that are expensive to create::
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
d['primary'] # entry was automatically removed
- File "C:/python35/lib/weakref.py", line 46, in __getitem__
+ File "C:/python36/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'