Changes between Version 39 and Version 40 of pyson
- Timestamp:
- 06/01/21 11:54:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v39 v40 56 56 57 57 WARNING: Using Decimal causes rounding errors. This is because pyson takes python's json representation format which contains floats for numbers. And floats can not represent all decimals accurately. 58 59 You can use Union[X, NoneType] if the object can also be None. We do not support Union[X,Y] where both X and Y are not NoneType. 58 60 59 61 == Annotations