On Wed, Oct 16, 2013 at 10:26 AM, Facundo Batista
wrote:
> (all this using Python 3.4.0a3+)
>
> In the stdlib, I see that (as an example):
>
import os
os.path.abspath
>
os.path
>
>
>
> However, for other (newer) modules:
>
import urllib
urllib.requests.urlopen
> Tracebac
On Wed, Oct 16, 2013 at 9:26 AM, Facundo Batista
wrote:
> (all this using Python 3.4.0a3+)
>
> In the stdlib, I see that (as an example):
>
> >>> import os
> >>> os.path.abspath
>
> >>> os.path
>
>
>
> However, for other (newer) modules:
>
> >>> import urllib
> >>> urllib.requests.urlopen
> Trac
On Wed, Oct 16, 2013 at 01:26:11PM -0300, Facundo Batista
wrote:
> (all this using Python 3.4.0a3+)
>
> In the stdlib, I see that (as an example):
>
> >>> import os
> >>> os.path.abspath
>
> >>> os.path
>
>
>
> However, for other (newer) modules:
>
> >>> import urllib
> >>> urllib.requests