python2 python3 轉換,兼容

0.

1.參考

https://docs.python.org/3/library/urllib.html

urllib is a package that collects several modules for working with URLs:

 

HOWTO Fetch Internet Resources Using The urllib Package

 

Python同時兼容python2和python3的8個技巧分享

D:\Python36\Tools\scripts>python3 2to3.py "G:\xxx.py"

僅輸出變化,加 -w 則備份和生成替換文件

 

https://pythonhosted.org/six/

https://docs.python.org/3/howto/pyporting.html  Porting Python 2 Code to Python 3

 

google:urllib compatible python3

Cheat Sheet: Writing Python 2-3 compatible code

Supporting Python 2 and 3 without 2to3 conversion

Targeting python 2 and 3 at the same time.

 

2.

 

3.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章