Prep for Python 3.1!

This commit is contained in:
Barry Warsaw 2008-12-03 16:46:14 +00:00
parent 815427c481
commit 97f005d137
12 changed files with 1444 additions and 1432 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:/python30/lib/weakref.py", line 46, in __getitem__
File "C:/python31/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'