Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
string.py
Find file
Blame
History
Permalink
Add optional third parameter to split() and splitfields(), giving the
· 306a8a63
Guido van Rossum
authored
Aug 08, 1996
maximum number of delimiters to parse; e.g. splitfields("a,b,c,d", ",", 2) -> ["a", "b", "c,d"].
306a8a63