LKI / lki.github.io

My blog, with memes in issues and TILs in README.
https://liriansu.com
207 stars 5 forks source link

Python 这几年都更新了啥 - 浮云计算 #32

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Python 这几年都更新了啥 - 浮云计算

最近我们终于全线升到了 py39/go117, 在大家对 go 新特性兴奋之余, @ackerr 提了一个很犀利的问题: “Python 新版本都更新了啥?”

https://liriansu.com/posts/2021-10-21-whats-new-in-python-these-years/

rainydew commented 2 years ago

py38还做了一件事,比较严格了,不允许在遍历dict的时候改变dict的key(增删)。 更安全,不过我之前的库有这个问题,改了代码来兼容