[Python-ideas] Rough draft: Proposed format specifier for a thousands separator (discussion moved from python-dev)
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Mar 17 01:41:11 CET 2009
Concerning the difficulty of exchanging "." and "," by
post-processing, it might be generally useful to have
a swap(s1, s2) method on strings that would replace
occurrences of s1 by s2 and vice versa.
--
Greg
More information about the Python-ideas
mailing list