https://github.com/python/cpython
Revision 9976fdf83cd75816e2d370197f030074c6cc1697 authored by Neal Norwitz on 11 April 2003, 18:21:22 UTC, committed by Neal Norwitz on 11 April 2003, 18:21:22 UTC
Fix SF bug #697220, string.strip implementation/doc mismatch

Attempt to make all the various string/unicode *strip methods the same.
 * Doc - add doc for when functions were added
 * UserString
 * string/unicode object methods
 * string module functions
'chars' is used for the last parameter everywhere.
1 parent ef582ab
History
Tip revision: 9976fdf83cd75816e2d370197f030074c6cc1697 authored by Neal Norwitz on 11 April 2003, 18:21:22 UTC
Backport:
Tip revision: 9976fdf
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 12.3 KB
Makefile.pre.in -rw-r--r-- 25.9 KB
PLAN.txt -rw-r--r-- 14.1 KB
README -rw-r--r-- 42.5 KB
acconfig.h -rw-r--r-- 7.5 KB
configure -rwxr-xr-x 211.1 KB
configure.in -rw-r--r-- 55.9 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 19.7 KB
setup.py -rw-r--r-- 35.2 KB

README

back to top