]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New module regsub contains sub(), gsub() and split() as in nawk.
authorGuido van Rossum <guido@python.org>
Sun, 20 Sep 1992 21:41:09 +0000 (21:41 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 20 Sep 1992 21:41:09 +0000 (21:41 +0000)
commit7a461e5aaf011243d9ac2658e4172e316b031eb9
treea333855142b647a2ca74f5ee84e1d66c11754542
parent7066dd75c5ee8385135541d03fb8edd8939ad740
New module regsub contains sub(), gsub() and split() as in nawk.
string.splitfields(s, '') now returns [s] as split() in nawk.
Added _exit to exported functions of os.
Lib/os.py
Lib/regsub.py [new file with mode: 0644]
Lib/string.py
Lib/stringold.py