Staging
v0.5.1
https://github.com/python/cpython
Revision a59d3e6d507fe5dbe2583a23ab8f2cb631ebcafe authored by Guido van Rossum on 08 August 1996, 18:39:18 UTC, committed by Guido van Rossum on 08 August 1996, 18:39:18 UTC
optional third argument gives a maximum number of delimiters to parse.
The new function splitx() is like split() but returns a list
containing the words as well as the delimiters.
1 parent 37a6f16
History
Tip revision: a59d3e6d507fe5dbe2583a23ab8f2cb631ebcafe authored by Guido van Rossum on 08 August 1996, 18:39:18 UTC
Changed split() to be compatible with changes to string.split(): the
Tip revision: a59d3e6
File Mode Size
Grammar -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 476 bytes

back to top