python2 与python3的变化

Posted Earendil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2 与python3的变化相关的知识,希望对你有一定的参考价值。

1 写文件如果是bytes类型的话,打开文件 open参数设置为wb

 

2 python2 默认包import是相对路径,python3是绝对路径

 

3 python3的dict没有has_key方法,用in

map() in Python 3 is a generator function, which is not serializeable in JSON. You can make it serializeable by converting it to a list

 

以上是关于python2 与python3的变化的主要内容,如果未能解决你的问题,请参考以下文章