mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Bump version to 3.4.0 alpha 0.
This commit is contained in:
parent
c7d7136c69
commit
08a9012352
35 changed files with 908 additions and 1005 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue