mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Version bump to 3.5, step 2.
This commit is contained in:
parent
d922dc4700
commit
f5002bd6ac
11 changed files with 46 additions and 35 deletions
|
|
@ -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:/python34/lib/weakref.py", line 46, in __getitem__
|
||||
File "C:/python35/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
KeyError: 'primary'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue