[issue28388] Update documentation for typing module

2016-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7f2b0332343 by Guido van Rossum in branch '3.5': Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) https://hg.python.org/cpython/rev/d7f2b0332343 -- ___ Python tracker

[issue28388] Update documentation for typing module

2016-10-08 Thread Guido van Rossum
Changes by Guido van Rossum : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue28388] Update documentation for typing module

2016-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9953efbb4974 by Guido van Rossum in branch '3.5': Issue #28388: update typing module documentation. https://hg.python.org/cpython/rev/9953efbb4974 New changeset 589e11c3489e by Guido van Rossum in branch '3.6': Issue #28388: update typing module

[issue28388] Update documentation for typing module

2016-10-08 Thread Guido van Rossum
Guido van Rossum added the comment: LGTM. I have a small number of nits that I will apply when merging this. -- ___ Python tracker ___

[issue28388] Update documentation for typing module

2016-10-07 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi: Here is the patch with updates according to recent changes in typing module and PEP 484: - most things are not classes now - outcome of parameterizing generics is cached - Union does not unify everything with Any - few minor fixes This patch also fixes