Message 260587 - Python tracker (original) (raw)
Message260587
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:28 | brett.cannon | set | recipients: + brett.cannon, gvanrossum |
2016-02-21 00:44:28 | brett.cannon | set | messageid: 1456015468.57.0.0882861590724.issue26396@psf.upfronthosting.co.za |
2016-02-21 00:44:28 | brett.cannon | link | issue26396 messages |
2016-02-21 00:44:28 | brett.cannon | create |