Files
typeshed/stdlib
Michael J. Sullivan f569957bbe Make urllib2.urlopen return a non-optional addinfourl (#2821)
This is technically wrong. The documentation states that:
"Note that None may be returned if no handler handles the request
(though the default installed global OpenerDirector uses
UnknownHandler to ensure this never happens)."

This is super marginal and making it optional causes a few dozen
errors in an internal dropbox code base.
2019-03-01 16:08:26 -08:00
..
2019-02-23 10:26:51 +01:00
2019-03-01 12:29:23 +01:00
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00