]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (#133987)
authorJoey Smith <joeysmith@gmail.com>
Wed, 14 May 2025 10:17:26 +0000 (04:17 -0600)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 10:17:26 +0000 (06:17 -0400)
commit3e23047363f384b7254b7af51afe4e353be94167
treeb0b383d7e718ec185f6cdb72afa9154eac9638cd
parent6df39765e652ba06267f8e7abae431c37194a23e
gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (#133987)

* Document string split algorithm when sep is None and maxsplit is 0

* Update Doc/library/stdtypes.rst

Co-authored-by: Semyon Moroz <donbarbos@proton.me>
---------

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Doc/library/stdtypes.rst