This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martinthomas
Recipients
Date 2001-01-10.21:19:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have been trying to pin down a problem in Redhat's
Update agent which is written in Python (..mostly)
which happens when a proxy is specified. 

In RH7.0, they are still using Python 1.5.2 and the message
'nonnumeric port' is received when a proxy is specified
in the following form:
http://proxy.yourdomain.com:80
but  the following:
proxy.yourdomain.com:80
works..
looking at the code, it seems that it expects that the only
colon would be near the end of the url and makes no
allowance for 'http:' nor 'https:'...

Regards / Martin
History
Date User Action Args
2007-08-23 13:52:28adminlinkissue225744 messages
2007-08-23 13:52:28admincreate