cpython: a228890c624d (original) (raw)

Mercurial > cpython

changeset 73249:a228890c624d

MERGE: Closes #13283: removal of two unused variable in locale.py [#13283]

Jesus Cea jcea@jcea.es
date Mon, 31 Oct 2011 16:04:12 +0100
parents 05e2bdc00c0c(current diff)a479aad0231e(diff)
children 6b5a58836dae
files
diffstat 1 files changed, 0 insertions(+), 2 deletions(-)[+] [-] Lib/locale.py 2

line wrap: on

line diff

--- a/Lib/locale.py +++ b/Lib/locale.py @@ -142,8 +142,6 @@ def _group(s, monetary=False): grouping = conv[monetary and 'mon_grouping' or 'grouping'] if not grouping: return (s, 0)