diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
commit | 08a9012352933e09b4e5338adbe802b814183758 (patch) | |
tree | d48730b0107a85b9f44a685bb9a9d7aea323f833 /Doc/tutorial/stdlib2.rst | |
parent | c7d7136c695fd31d29a83fa2de5823c9202d9392 (diff) | |
download | cpython-08a9012352933e09b4e5338adbe802b814183758.zip cpython-08a9012352933e09b4e5338adbe802b814183758.tar.gz cpython-08a9012352933e09b4e5338adbe802b814183758.tar.bz2 |
Bump version to 3.4.0 alpha 0.
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
-rw-r--r-- | Doc/tutorial/stdlib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index 6a48984..acb365b 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst @@ -275,7 +275,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:/python33/lib/weakref.py", line 46, in __getitem__ + File "C:/python34/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary' |