]> granicus.if.org Git - python/commit
(1) Use matchobj.groups(), not matchbj.group() to get all groups.
authorGuido van Rossum <guido@python.org>
Thu, 5 Feb 1998 16:21:28 +0000 (16:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Feb 1998 16:21:28 +0000 (16:21 +0000)
commitc5d8fed26106d398fc3c0e27fa4c2364f4c40c40
tree2011626105c63b66e739d89a21707c9289033dae
parentc213078e1e33880ec8cefc54e6d3f4f6e707c151
(1) Use matchobj.groups(), not matchbj.group() to get all groups.

(2) Provisional hack to avoid dying when trying to turn echo on or off
on Macs, where os.system() doesn't exist.
Lib/urllib.py