Re: python 3.3 urllib.request

2012-12-08 Thread Hans Mulder
On 8/12/12 07:20:55, Terry Reedy wrote: > On 12/7/2012 12:27 PM, Hans Mulder wrote: >> On 7/12/12 13:52:52, Steeve C wrote: >>> hello, >>> >>> I have a python3 script with urllib.request which have a strange >>> behavior, here is the script : >>> >>>

Re: python 3.3 urllib.request

2012-12-07 Thread Terry Reedy
On 12/7/2012 12:27 PM, Hans Mulder wrote: On 7/12/12 13:52:52, Steeve C wrote: hello, I have a python3 script with urllib.request which have a strange behavior, here is the script : + #!/usr/bin/env python3 # -*- c

Re: python 3.3 urllib.request

2012-12-07 Thread Hans Mulder
On 7/12/12 13:52:52, Steeve C wrote: > hello, > > I have a python3 script with urllib.request which have a strange > behavior, here is the script : > > + > #!/usr/bin/env python3 > # -*- coding: utf-8 -*- > > import