]> granicus.if.org Git - python/commit
Convert Unicode strings to byte strings before passing them into specific
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 3 Dec 2000 18:30:10 +0000 (18:30 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 3 Dec 2000 18:30:10 +0000 (18:30 +0000)
commit1d99433a58c8c69caa734acb884f274663885a17
tree32a4d9d9b7845dbdbc07debb94e8d275d93ec40b
parent57657bce9492ac8f4ec273e19a7e0357f028b036
Convert Unicode strings to byte strings before passing them into specific
protocols. Closes bug #119822.
Lib/urllib.py