forked from pool/python-pyflakes
Accepting request 181904 from home:dirkmueller:branches:devel:languages:python
- update to 0.7.3: - Do not report undefined name for generator expression and dict or set comprehension at class level. - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`: use `Checker.pushScope` instead. - Remove dependency on Unittest2 for the tests. OBS-URL: https://build.opensuse.org/request/show/181904 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
7277a2dac0
commit
44dbdcbd8e
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 15:55:32 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.3:
|
||||
- Do not report undefined name for generator expression and dict or
|
||||
set comprehension at class level.
|
||||
- Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
|
||||
use `Checker.pushScope` instead.
|
||||
- Remove dependency on Unittest2 for the tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user