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 timmie
Recipients georg.brandl, timmie
Date 2009-03-11.10:14:53
SpamBayes Score 0.009216667
Marked as misclassified No
Message-id <1236766495.94.0.773728136477.issue5475@psf.upfronthosting.co.za>
In-reply-to
Content
There is no documentation for the function 


in
http://docs.python.org/search.html?q=getproxies&check_keywords=yes&area=default

But the docstring shows:
ul.getproxies?
Type:           function
Base Class:     <type 'function'>
String Form:    <function getproxies at 0x01096EF0>
Namespace:      Interactive
File:           c:\programme\pythonxy\python\lib\urllib.py
Definition:     ul.getproxies()
Docstring:
    Return a dictionary of scheme -> proxy server URL mappings.

Returns settings gathered from the environment, if specified,
or the registry.
History
Date User Action Args
2009-03-11 10:14:56timmiesetrecipients: + timmie, georg.brandl
2009-03-11 10:14:55timmiesetmessageid: <1236766495.94.0.773728136477.issue5475@psf.upfronthosting.co.za>
2009-03-11 10:14:54timmielinkissue5475 messages
2009-03-11 10:14:53timmiecreate