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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
Parser
Python
Tools
.hgtags -rw-r--r-- 666 bytes
BUGS -rw-r--r-- 11.6 KB
Makefile.in -rw-r--r-- 14.0 KB
README -rw-r--r-- 27.2 KB
TODO -rw-r--r-- 11.8 KB
acconfig.h -rw-r--r-- 2.5 KB
config.h.in -rw-r--r-- 8.6 KB
configure -rwxr-xr-x 92.0 KB
configure.in -rw-r--r-- 12.7 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top