Revision 382414fe
ID | 382414fe82cac90edeea9293299974a609d66243 |
Replace rstrip with re.sub
With rstrip we specify a set of characters to be removed.
We want to remove a substring hence the use of re.sub.
(rstrip produces wrong results in many cases)
Files
- added
- modified
- copied
- renamed
- deleted