When in strict mode, make paren_reduce() detect missing whitespace around
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Mar 2008 23:10:58 +0000 (23:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Mar 2008 23:10:58 +0000 (23:10 -0000)
commitbbe293629582fd6704e70c62850a8c279b95ff49
tree3195fb35aa1f0e936e6f9b55c9dd6317498c67ab
parent1d0652095f74e33078fa49d70ce1e24bfb3280ea
When in strict mode, make paren_reduce() detect missing whitespace around
parenthesis tokens and raise an InvalidDependString exception. Strict mode
is not enabled when handling installed packages, so this will only affect
repoman and packages that haven't been installed yet. Thanks to zlin for
reporting.

svn path=/main/trunk/; revision=9471
pym/portage/dep.py