New Python 3.9 features
The strenghts of Python 3.9 and the new features that are being prepared for this new version are pretty cool.
- Dictionary merge
- Update operators
- New Parsers
- Builtin Generic Types
- RemovePrefix and Suffix
New Modules
Other modules have been reviewed and added to the Standard library modules, a few are shown up including:
- Graphlib
- ZoneInfo
- ast
- asyncio
- compileall
- curses
- datetime
- distutils
- gc