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 Petersen
Recipients Petersen, docs@python
Date 2017-09-23.21:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506202505.51.0.0282244648775.issue31564@psf.upfronthosting.co.za>
In-reply-to
Content
It has become possible to create a ``NewType`` from an existing  ``NewType``, see https://github.com/python/mypy/pull/3465 and https://github.com/python/peps/pull/271.

This is a small update to the documentation as a concequence of the above change.
History
Date User Action Args
2017-09-23 21:35:05Petersensetrecipients: + Petersen, docs@python
2017-09-23 21:35:05Petersensetmessageid: <1506202505.51.0.0282244648775.issue31564@psf.upfronthosting.co.za>
2017-09-23 21:35:05Petersenlinkissue31564 messages
2017-09-23 21:35:05Petersencreate