Start of 3.8.0a0

This commit is contained in:
Ned Deily 2018-01-31 17:44:09 -05:00
parent 6e41cd95b5
commit 5489bdad51
10 changed files with 824 additions and 824 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:/python37/lib/weakref.py", line 46, in __getitem__
File "C:/python38/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'