Issue 424606: (string|unicode).(|r|l)strip - Python tracker (original) (raw)
Issue424606
Created on 2001-05-16 18:19 by doerwalter, last changed 2022-04-10 16:04 by admin. This issue is now closed.
Files |
|
|
|
File name |
Uploaded |
Description |
Edit |
patch.txt |
doerwalter,2001-05-16 18:19 |
|
|
patch.txt |
doerwalter,2001-05-16 18:23 |
revised patch |
|
Messages (3) |
|
|
msg36605 - (view) |
Author: Walter Dörwald (doerwalter) *  |
Date: 2001-05-16 18:19 |
This patch adds an optional parameter to the six methods (string|unicode).( |
r |
l)strip: This parameter, when given (and not None) specifies which string should be stripped (this works analogous to (string |
msg36606 - (view) |
Author: Walter Dörwald (doerwalter) *  |
Date: 2001-05-16 18:23 |
Logged In: YES user_id=89016 Uups, the first patch had the function declarations in the wrong files. |
|
|
msg36607 - (view) |
Author: Guido van Rossum (gvanrossum) *  |
Date: 2001-08-09 17:50 |
Logged In: YES user_id=6380 I don't think this would be used enough to warrant the added complexity. Closing as Rejected. |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-10 16:04:03 |
admin |
set |
github: 34511 |
2001-05-16 18:19:05 |
doerwalter |
create |
|