]> granicus.if.org Git - python/commit
open_http also had the 'data is None' test backwards. don't call with the
authorGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 19:31:21 +0000 (19:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 19:31:21 +0000 (19:31 +0000)
commit29aab7582f635e7041631b6e540c3b454c37450e
tree057e058147fe270d5b06936af5d06d9002526a62
parentdc12ec8ca0d9407c34834ae7b90dde526a9f5aa7
open_http also had the 'data is None' test backwards.  don't call with the
extra argument if data is None.
Lib/urllib.py