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 Ádám Szieberth
Recipients Ádám Szieberth
Date 2017-01-24.04:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485233572.17.0.570161775222.issue29356@psf.upfronthosting.co.za>
In-reply-to
Content
I would expect Ellipsis the same behavior as None in type hints instead of:

TypeError: Union[arg, ...]: each arg must be a type. Got Ellipsis.

... would be much nicer than type(...) there.
History
Date User Action Args
2017-01-24 04:52:52Ádám Szieberthsetrecipients: + Ádám Szieberth
2017-01-24 04:52:52Ádám Szieberthsetmessageid: <1485233572.17.0.570161775222.issue29356@psf.upfronthosting.co.za>
2017-01-24 04:52:52Ádám Szieberthlinkissue29356 messages
2017-01-24 04:52:51Ádám Szieberthcreate