Python 3.11 有哪些有用的新特性或者功能?

前言本文主要解释 Python 3.11 的重要新增特性,其实还有很多小的改变,就不挨个提了,有兴趣的还是应该看官网更新日志去了解。速度改进这个是最令人振奋的消息了,官网说:CPython 3.11 is on average 25% faster than CPython 3.10 when measured with the pyperformance benchmark suite, and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup could be up to 10-60% fa……