[issue5475] urllib2.getproxies not documented
Tim Michelsen
report at bugs.python.org
Wed Mar 11 11:14:56 CET 2009
New submission from Tim Michelsen <timmichelsen at gmx-topmail.de>:
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.
----------
assignee: georg.brandl
components: Documentation
messages: 83464
nosy: georg.brandl, timmie
severity: normal
status: open
title: urllib2.getproxies not documented
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5475>
_______________________________________
More information about the Python-bugs-list
mailing list