]> granicus.if.org Git - python/commit
Style change in packaging: use “not in” over “not x in”.
authorÉric Araujo <merwok@netwok.org>
Wed, 8 Jun 2011 02:47:13 +0000 (04:47 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 8 Jun 2011 02:47:13 +0000 (04:47 +0200)
commitdf8ef02488227ab88969360eea5c34bc364aa758
tree706fd287f755a734f50f4c12fb1b55aac659527e
parent46bdcf7d4b966f733aaeb609b7e15903f8bf6ec4
Style change in packaging: use “not in” over “not x in”.

Such tests are IMO easier to read if both operators are grouped.
Lib/packaging/create.py
Lib/packaging/database.py
Lib/packaging/depgraph.py
Lib/packaging/pypi/dist.py
Lib/packaging/pypi/simple.py