Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
orf
on May 7, 2017
|
parent
|
context
|
favorite
| on:
Key differences between Python 2.7.x and Python 3....
Use six for this. They provide stable import paths for stdlib modules that have moved.
> from six.moves import urllib
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> from six.moves import urllib