来源:Python2 => Python3 踩坑集合
目录
- 源文件:
source/_posts/python-pitfalls-collection.md - 分类:Web开发
- 标签:后端,Python/Go/其他
- 日期:2018-06-08 09:47:51
摘要
Python2 迁移 Python3 时注意模块重命名和废弃方法,如 md5 改为 hashlib,urlparse 改为 urllib.parse,setdefaultencoding 和 Queue 需注释或替换。
source/_posts/python-pitfalls-collection.mdPython2 迁移 Python3 时注意模块重命名和废弃方法,如 md5 改为 hashlib,urlparse 改为 urllib.parse,setdefaultencoding 和 Queue 需注释或替换。