portage.util: Add optional remember_source_file parameter to some functions to make...
authorSebastian Luther <SebastianLuther@gmx.de>
Fri, 10 Sep 2010 20:20:25 +0000 (22:20 +0200)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Sep 2010 20:39:54 +0000 (13:39 -0700)
commitfb7d7f82d5b1abdb84a29327f24584c534b80f89
tree8444e51bbdd9eabc26ad65c4a65bae409e761429
parentca9a73ad87b56f0997b566f24f251dbe345389fd
portage.util: Add optional remember_source_file parameter to some functions to make them return (token, file) pairs

This is useful to name the token's source file in error messages.
stack_lists has another new optional parameter: warn_for_unmatched_removal, which
warns for -atoms that don't remove anything.
pym/portage/util/__init__.py