Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45682 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-05-21 14:13 -0500 |
| Last post | 2013-05-21 14:13 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: PEP 378: Format Specifier for Thousands Separator Skip Montanaro <skip@pobox.com> - 2013-05-21 14:13 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-05-21 14:13 -0500 |
| Subject | Re: PEP 378: Format Specifier for Thousands Separator |
| Message-ID | <mailman.1932.1369163588.3114.python-list@python.org> |
> Thank you, but let me rephrase it. I'm already using str.format() but I'd like to use '%' (BINARY_MODULO) operator instead. That's unlikely to change. If not deprecated already string interpolation using the modulo operator has lost favor to the string object's format method. You might be able to get by with a change of your LOCALE setting and/or a peek at the documentation for the locale module. Skip
Back to top | Article view | comp.lang.python
csiph-web