debian/python-cubicweb.lintian-overrides
author Laurent Wouters <lwouters@cenotelie.fr>
Wed, 25 Apr 2018 15:29:25 +0200
changeset 12308 cbbcfa69a0e7
parent 11833 1212f0fa2d42
permissions -rw-r--r--
[utils] Fixes compatiblity of QueryCache with expected dict interface QueryCache is expected to mimick the interface of the dict built-in. The current __iter__ implementation breaks this expectation by iterating over key, value pairs instead of only the keys. This changeset fixes this issue by changing the __iter__ implementation to iterate over the keys in the cache and providing an implementation of the items method with a contract identical to the dict build-in (return a copy of the key- value pairs within the dictionary as a list).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11423
aaa768e886ae [debian] update cubicweb-dev.lintian-overrides
David Douard <david.douard@logilab.fr>
parents: 10126
diff changeset
     1
missing-dep-for-interpreter make => make | build-essential | dpkg-dev (usr/*/cubicweb/skeleton/debian/rules)
11833
1212f0fa2d42 [debian] Have a single python-cubicweb binary for the library
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11832
diff changeset
     2
embedded-javascript-library usr/share/cubicweb/cubes/shared/data/jquery.js