Dec. 13, 2021
3:43 a.m.
Now that Python 3.10 is in Arch Linux, I'm starting to kick the tires on its typing changes. Now that types.Union is in place for the `type | type` construct, I'm wondering if there's a future for typing.Union (and typing.Optional), or if it should be flagged as deprecated. Thoughts?