mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Bump trunk to 3.3 alpha 0.
This commit is contained in:
parent
4a9d447ac6
commit
3ebb6b3615
13 changed files with 39 additions and 30 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:/python31/lib/weakref.py", line 46, in __getitem__
|
||||
File "C:/python33/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
KeyError: 'primary'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue