]> granicus.if.org Git - python/commit
Make the regex pattern easier to read, understand, and modify
authorRaymond Hettinger <python@rcn.com>
Sun, 26 Sep 2004 18:56:44 +0000 (18:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 26 Sep 2004 18:56:44 +0000 (18:56 +0000)
commit55593c3ef530ea01b1cfb1f7c81ee34fd994d0ef
treed24fff5d96d61f609f591863e7a65af74849dc9f
parent4d9559a47e2c39aabf1ea9ae30be892841f3e73b
Make the regex pattern easier to read, understand, and modify
by factoring out the common prefix (the delimiter).
Lib/string.py