Bump trunk to 3.3 alpha 0.

This commit is contained in:
Georg Brandl 2011-02-20 10:37:07 +00:00
parent 4a9d447ac6
commit 3ebb6b3615
13 changed files with 39 additions and 30 deletions

View file

@ -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'