Bump to 3.7.0a0

This commit is contained in:
Ned Deily 2016-09-12 17:29:04 -04:00
parent 3c70a992be
commit 4829bc6619
15 changed files with 5163 additions and 5045 deletions

View file

@ -278,7 +278,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:/python36/lib/weakref.py", line 46, in __getitem__
File "C:/python37/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'