On Mon, Dec 1, 2014 at 8:14 AM, Ned Deily wrote:
> In article
> ,
> Chris Angelico wrote:
>> It might be worth looking at some actual 2.4 documentation.
>> Unfortunately that doesn't seem to be hosted on python.org any more
>> (though I might be wrong),
>
> https://python.org/ -> Documentation
>
In article
,
Chris Angelico wrote:
> It might be worth looking at some actual 2.4 documentation.
> Unfortunately that doesn't seem to be hosted on python.org any more
> (though I might be wrong),
https://python.org/ -> Documentation
https://www.python.org/doc/ -> Documentation Releases by Ve
On 30/11/2014 09:10, Chris Angelico wrote:
On Sun, Nov 30, 2014 at 2:01 AM, Jerry Rocteur wrote:
This works GREAT on 2.7 but when I run it on 2.4 I get:
File "/usr/lib64/python2.4/urllib2.py", line 580, in proxy_open
if '@' in host:
TypeError: iterable argument required
It might be w
On Sun, Nov 30, 2014 at 2:01 AM, Jerry Rocteur wrote:
> This works GREAT on 2.7 but when I run it on 2.4 I get:
>
> File "/usr/lib64/python2.4/urllib2.py", line 580, in proxy_open
> if '@' in host:
> TypeError: iterable argument required
It might be worth looking at some actual 2.4 document