]> granicus.if.org Git - python/commit
Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to...
authorSenthil Kumaran <orsenthil@gmail.com>
Fri, 11 Feb 2011 11:25:47 +0000 (11:25 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Fri, 11 Feb 2011 11:25:47 +0000 (11:25 +0000)
commit2933312fe71f15d127009c872cd1e5f98a993999
tree03f8751cfc59abde72fc3379ebfd14a82d6718d0
parent44028d866336743dc2e3d62daa02d4a8ea318d81
Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode.
Doc/library/urllib.parse.rst
Doc/library/urllib.request.rst
Lib/test/test_urllib2.py
Lib/urllib/request.py