[New-bugs-announce] [issue26396] Create json.JSONType

Brett Cannon report at bugs.python.org
Sat Feb 20 19:44:28 EST 2016


New submission from Brett Cannon:

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]]

----------
assignee: brett.cannon
components: Library (Lib)
messages: 260587
nosy: brett.cannon, gvanrossum
priority: low
severity: normal
stage: needs patch
status: open
title: Create json.JSONType
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26396>
_______________________________________


More information about the New-bugs-announce mailing list