cpython: a479aad0231e (original) (raw)

Mercurial > cpython

changeset 73248:a479aad0231e 3.2

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

Jesus Cea jcea@jcea.es
date Mon, 31 Oct 2011 16:03:34 +0100
parents e23baae539f7
children a228890c624d 7a2877d12d52
files Lib/locale.py
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)