]> granicus.if.org Git - python/commit
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Oct 2014 15:58:59 +0000 (16:58 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Oct 2014 15:58:59 +0000 (16:58 +0100)
commit55e614a2a8cc5b7a5af5795f87349ce3bf98fe84
treec281fdc27b3b8620220319eee923ed008bcc2398
parentbad8d4bb53577fbea939d3490713dc9d941eb27f
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
Lib/http/cookiejar.py
Lib/test/test_re.py