python2 与pyghont3 区别注意的地方

urllib和urllib2什么区别

一旧一新,后者提供更多功能。
不过python3已经合并成一个了urllib。

其实我想知道后者比前者在哪些地方改进了

 

 

import thread 改成了from threading import Thread  这样。

你可能感兴趣的:(thread,python,import)