mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
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.
This commit is contained in:
parent
7066dd75c5
commit
7a461e5aaf
4 changed files with 152 additions and 6 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
try:
|
||||
from posix import *
|
||||
from posix import _exit
|
||||
name = 'posix'
|
||||
curdir = '.'
|
||||
pardir = '..'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue