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
Compat
Demo
Include
Lib
MPW
Modules
Python
Resources
Unsupported
mwerks
scripts
think
ReadMeOrSuffer -rw-r--r-- 5.9 KB
Relnotes-1.1 -rw-r--r-- 7.1 KB
Relnotes-1.2 -rw-r--r-- 6.8 KB
Relnotes-1.3 -rw-r--r-- 5.8 KB
Relnotes-1.3.3 -rw-r--r-- 4.9 KB
Relnotes-source -rw-r--r-- 3.5 KB
errno_unix.h -rw-r--r-- 307 bytes
fopenRF.c -rw-r--r-- 5.9 KB
mkapplet.py -rw-r--r-- 5.7 KB
mwerksglue.c -rw-r--r-- 566 bytes

ReadMeOrSuffer

back to top