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 Elvis.Pranskevichus, belopolsky, docs@python, levkivskyi, mark.dickinson, ned.deily, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-13.15:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479051016.21.0.970050123584.issue28635@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Yury and Elvis for working on this!

I have few more suggestions for What's New:

* collections.abc.Reversible (http://bugs.python.org/issue25987).

* various ABCs in collections.abc now have means for explicit "anti-registration" by setting a corresponding attribute to None (http://bugs.python.org/issue25958, https://docs.python.org/3.6/reference/datamodel.html#special-method-names).

* implementation improvements (such as caching of generic types) in typing module give up to 30x seep-up and reduce memory footprint.

* typing.py now supports generic type aliases (https://github.com/python/typing/pull/195 and https://github.com/python/typing/pull/308, see mypy docs for usage examples).

* typing.py supports PEP 526 syntax for typed NamedTuple (https://github.com/python/typing/pull/282).

(I see that there are already several items about typing, so please feel free to keep only the most important changes.)
History
Date User Action Args
2016-11-13 15:30:16levkivskyisetrecipients: + levkivskyi, mark.dickinson, belopolsky, vstinner, ned.deily, Elvis.Pranskevichus, docs@python, python-dev, serhiy.storchaka, yselivanov
2016-11-13 15:30:16levkivskyisetmessageid: <1479051016.21.0.970050123584.issue28635@psf.upfronthosting.co.za>
2016-11-13 15:30:16levkivskyilinkissue28635 messages
2016-11-13 15:30:16levkivskyicreate