Message225255
str currently implements some methods that UserString doesn't:
>>> set(dir(str)) - set(dir(UserString))
{'__rmod__', 'casefold', 'isprintable', 'maketrans', 'format_map', '__getnewargs__'}
casefold, isprintable & format_map (and perhaps __rmod__) should likely be available on UserString as well. |
|
Date |
User |
Action |
Args |
2014-08-13 05:49:12 | ncoghlan | set | recipients:
+ ncoghlan |
2014-08-13 05:49:12 | ncoghlan | set | messageid: <1407908952.77.0.872981126645.issue22189@psf.upfronthosting.co.za> |
2014-08-13 05:49:12 | ncoghlan | link | issue22189 messages |
2014-08-13 05:49:12 | ncoghlan | create | |
|