Changes between Version 43 and Version 44 of pyson


Ignore:
Timestamp:
06/03/21 13:52:10 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v43 v44  
    5151The following primitives are recognised and handled separately:
    5252
    53 int, float, bool, str, complex, range, bytes, bytearray, datetime, URI, Decimal, dict, list
     53int, float, bool, str, complex, range, bytes, bytearray, datetime, URI, UUID, Decimal, dict, list
    5454
    5555The dict and list are treated even more special as we also support the List[TYPE] and Dict[KEYTYPE, VALUETYPE] types.