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 brett.cannon
Recipients brett.cannon, gvanrossum
Date 2016-02-21.00:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456015468.57.0.0882861590724.issue26396@psf.upfronthosting.co.za>
In-reply-to
Content
See https://github.com/python/typing/issues/182 for the full details, but it should be:

JSONType = t.Union[str, int, float, bool, None, t.Dict[str, t.Any], t.List[Any]]
History
Date User Action Args
2016-02-21 00:44:28brett.cannonsetrecipients: + brett.cannon, gvanrossum
2016-02-21 00:44:28brett.cannonsetmessageid: <1456015468.57.0.0882861590724.issue26396@psf.upfronthosting.co.za>
2016-02-21 00:44:28brett.cannonlinkissue26396 messages
2016-02-21 00:44:28brett.cannoncreate