1. python3中取消了Long类型
2. reload函数在python2中是内置函数,在python3中需要导入:from imp import reload
3. python3中没有unicode函数了。