Message296415
| Author |
vstinner |
| Recipients |
jcea, loewis, petriborg, pitrou, serhiy.storchaka, trent, vstinner |
| Date |
2017年06月20日.12:23:28 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1497961409.03.0.302530018423.issue16258@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
A solution for that would be to return the raw byte string or to return a list of integers, rather than an unicode string.
I don't think that locale.strxfrm() result is supposed to be displayed in a terminal, it should only be used to sort two strings, or to be used as a key function for list.sort() for example. |
|