Changes between Version 43 and Version 44 of pyson
- Timestamp:
- 06/03/21 13:52:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v43 v44 51 51 The following primitives are recognised and handled separately: 52 52 53 int, float, bool, str, complex, range, bytes, bytearray, datetime, URI, Decimal, dict, list53 int, float, bool, str, complex, range, bytes, bytearray, datetime, URI, UUID, Decimal, dict, list 54 54 55 55 The dict and list are treated even more special as we also support the List[TYPE] and Dict[KEYTYPE, VALUETYPE] types.