This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients docs@python, gvanrossum, levkivskyi
Date 2016-10-07.23:56:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475884610.88.0.342172022706.issue28388@psf.upfronthosting.co.za>
In-reply-to
Content
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 http://bugs.python.org/issue27588

The attached patch is generated for 3.5
History
Date User Action Args
2016-10-07 23:56:54levkivskyisetrecipients: + levkivskyi, gvanrossum, docs@python
2016-10-07 23:56:50levkivskyisetmessageid: <1475884610.88.0.342172022706.issue28388@psf.upfronthosting.co.za>
2016-10-07 23:56:50levkivskyilinkissue28388 messages
2016-10-07 23:56:50levkivskyicreate