[issue5208] urllib2.build_opener(

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Closing as invalid. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5208] urllib2.build_opener(

2009-03-30 Thread Senthil
Senthil added the comment: Georg, I think this can be closed as invalid. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue5208] urllib2.build_opener(

2009-02-13 Thread Senthil
Senthil added the comment: And that is how it is at all others places too. Optionals are placed inside []. -- nosy: +orsenthil title: urllib2.build_opener([handler, ...]) incorrect signature in docs -> urllib2.build_opener( ___ Python tracker

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

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Why is that ambiguous? Can you come up with a better short form? ___ Python tracker ___ ___ Python-bugs-list ma

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: I believe those square brackets mean "supplying handlers is optional", but even so it'd be very ambiguous. -- nosy: +ajaksu2 ___ Python tracker __

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

2009-02-10 Thread Max
New submission from Max : 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