Changes between Version 52 and Version 53 of pyson
- Timestamp:
- 07/27/21 08:13:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v52 v53 57 57 The following types are recognised and handled separately: 58 58 59 NoneType, int, float, bool, str, complex, range, bytes, bytearray, datetime, URI, UUID, Decimal, dict, list59 NoneType, int, float, bool, str, complex, range, bytes, bytearray, datetime, [https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/wiki/uri URI], UUID, Decimal, dict, list 60 60 61 61 The dict and list are treated even more special as we also support the List[TYPE] and Dict[KEYTYPE, VALUETYPE] types.