[issue5208] urllib2.build_opener([handler, ...]) incorrect signature in docs

Max report at bugs.python.org
Tue Feb 10 18:16:32 CET 2009


New submission from Max <mb at research-net.de>:

The build_opener() function of urllib2 is speciofied as:

urllib2.build_opener([handler, ...])

I think it should be:

urllib2.build_opener(handler, ...)

see
http://docs.python.org/library/urllib2.html?highlight=build_opener

----------
assignee: georg.brandl
components: Documentation
messages: 81567
nosy: Böhm, georg.brandl
severity: normal
status: open
title: urllib2.build_opener([handler, ...]) incorrect signature in docs
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5208>
_______________________________________


More information about the Python-bugs-list mailing list