This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doc fixes builtin super and string.replace
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2003-11-16 10:04 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-fixes.diff doko, 2003-11-16 10:04
Messages (2)
msg44893 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-11-16 10:04
- missing comma in builtin super function

- rename maxsplit in string.replace to maxreplace.
msg44894 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-11-18 19:49
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

libfuncs.tex 1.143.8.7
libstring.tex 1.52.8.1
libfuncs.tex 1.153
libstring.tex 1.53
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39556
2003-11-16 10:04:51dokocreate