Senthil Kumaran added the comment:
urllib.getproxies() might be helpful to be documented too. I have added
documentaion to this helper function in the r78457 (trunk), r78458, r78459,
r78460.
--
resolution: -> fixed
status: open -> closed
___
Pytho
Senthil Kumaran added the comment:
getproxies is urllib one of the many helper functions that is not
documented in the Documentation files.
I am not sure of a good resolution for this (leave it as such/Document
it/ make it private). I shall look into the test coverage,usage of the
function and
Ned Deily added the comment:
In Python 2, urllib2.getproxies is one of a number of helper functions
imported from urllib. It's not externally documented there, either, and
likely not intended to be used externally.
--
nosy: +ned.deily
___
Python t
New submission from Tim Michelsen :
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:
String Form:
Namespace: Interactive
File