mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Closes #13283: removal of two unused variable in locale.py
This commit is contained in:
parent
e348455f5f
commit
5032292f9e
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ def _group(s, monetary=False):
|
|||
grouping = conv[monetary and 'mon_grouping' or 'grouping']
|
||||
if not grouping:
|
||||
return (s, 0)
|
||||
result = ""
|
||||
seps = 0
|
||||
if s[-1] == ' ':
|
||||
stripped = s.rstrip()
|
||||
right_spaces = s[len(stripped):]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue