mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Prep for Python 3.1!
This commit is contained in:
parent
815427c481
commit
97f005d137
12 changed files with 1444 additions and 1432 deletions
|
@ -271,7 +271,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:/python30/lib/weakref.py", line 46, in __getitem__
|
||||
File "C:/python31/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
KeyError: 'primary'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue