[issue6620] Variable may be used before first being assigned to in Lib/locale.py

Vincent Legoll report at bugs.python.org
Sun Aug 2 00:18:37 CEST 2009


New submission from Vincent Legoll <vincent.legoll at gmail.com>:

The last_interval variable could potentially be used before being first
assigned a value.

----------
components: Library (Lib)
files: py3k-locale.py-use-before-assignment.patch
keywords: patch
messages: 91173
nosy: vincele
severity: normal
status: open
title: Variable may be used before first being assigned to in Lib/locale.py
versions: Python 3.2
Added file: http://bugs.python.org/file14622/py3k-locale.py-use-before-assignment.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6620>
_______________________________________


More information about the Python-bugs-list mailing list