You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a better way of handling complex built-in types.
For example, it's perfectly legitimate for a developer to expect us to automatically encode datedatetime and Decimal values as they're built-in to Python.
The text was updated successfully, but these errors were encountered:
We should have a better way of handling complex built-in types.
For example, it's perfectly legitimate for a developer to expect us to automatically encode
date
datetime
andDecimal
values as they're built-in to Python.The text was updated successfully, but these errors were encountered: