finally document dark theme
fast but low compatibility yet
- PEP 657 – Include Fine-Grained Error Locations in Tracebacks
- PEP 654 – Exception Groups and except*
- PEP 673 – Self Type
- PEP 646 – Variadic Generics
- PEP 680 – tomllib: Support for Parsing TOML in the Standard Library
- PEP 675 – Arbitrary Literal String Type
- PEP 655 – Marking individual TypedDict items as required or potentially-missing
- bpo-46752 – Introduce task groups to asyncio
- PEP 681 – Data Class Transforms
3.11.4 Documentation
Download these documents
https://docs.python.org/3.11/
Python 3.11 Is Indeed Faster Than 3.10
Python 3.11 re-release version is out. I was curious to know what's new in it. As I opened the changelog, the very first thing I saw captured my attention entirely. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.
https://towardsdatascience.com/python-3-11-is-indeed-faster-than-3-10-1247531e771b

Python Insider: Python 3.11.0 is now available
https://blog.python.org/2022/10/python-3110-is-now-available.html

Seonglae Cho