]> granicus.if.org Git - python/commit
Patch #1095362: replace hardcoded test for POST/GET with call to get_method,
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 9 Jan 2005 05:51:49 +0000 (05:51 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 9 Jan 2005 05:51:49 +0000 (05:51 +0000)
commitcdd625a77067e226a5dc715d1892f9511a067391
treec7fb03ff0ee7b830d416e57b8236219fbf52aa16
parent2abe785fee0839a51c83d6f2285e6ed8ade89c3a
Patch #1095362: replace hardcoded test for POST/GET with call to get_method,
removing some duplication and gaining some flexibility in the process.
Lib/urllib2.py