[Tutor] Best practice: Use % operator or locale.format?

python at bdurham.com python at bdurham.com
Mon Apr 14 22:46:13 CEST 2008


Does the % operator always respect locale or should one use
locale.format() instead?

Are there guidelines where one should use one string formatting
technique vs. another?

Thanks!
Malcolm


More information about the Tutor mailing list