summaryrefslogtreecommitdiffstats
path: root/Lib/regsub.py
Commit message (Collapse)AuthorAgeFilesLines
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-201-0/+147
string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os.