Staging
v0.5.1
https://github.com/python/cpython
Revision 306a8a633800f2f37d054fbf48a3e0628faf3073 authored by Guido van Rossum on 08 August 1996, 18:40:59 UTC, committed by Guido van Rossum on 08 August 1996, 18:40:59 UTC
maximum number of delimiters to parse; e.g.
splitfields("a,b,c,d", ",", 2) -> ["a", "b", "c,d"].
1 parent a59d3e6
History
Tip revision: 306a8a633800f2f37d054fbf48a3e0628faf3073 authored by Guido van Rossum on 08 August 1996, 18:40:59 UTC
Add optional third parameter to split() and splitfields(), giving the
Tip revision: 306a8a6
File Mode Size
Grammar -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 476 bytes

back to top