]> granicus.if.org Git - python/commit
Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
authorFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 07:23:13 +0000 (07:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 07:23:13 +0000 (07:23 +0000)
commit046d27215fd0037f40cc90b85a66f76ff424347e
treee32451afe0d0323f17fee2ace3a8c700403e2108
parentfcc95a4d04db9f9787c2602132934b88c83f4e51
Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
This patch delegates more string functions to string object methods,
uses the varargs delegation syntax, and stops using stringold.

Closes SourceForge patch #100712.
Lib/string.py