More version bumping to 3.6.

With the creation of the 3.5 branch earlier in the process,
it is necessary to do some of the version bumps now rather than at
final release time (for example, the equivalent of the 3.4->3.5 bumps
in f2bf12fa22c1).  (Some of those changes have already been made, for
example in 30f5e7ec6afe.)
This commit is contained in:
Ned Deily 2015-05-27 22:00:46 -07:00
parent a8c22a0c32
commit ffb40e5ec3
4 changed files with 17 additions and 17 deletions

View file

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