Rewrite the dblink.getcontents() code to use str.split(" ")
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Oct 2007 05:22:39 +0000 (05:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Oct 2007 05:22:39 +0000 (05:22 -0000)
commit1486f1b6e33d7b29d39660fdd873fac796944430
tree231393cbc4075e2b997996feb3e0fddd5c8f6807
parent58ae97c54525b1572f2c96ad81f28bca69b8edc2
Rewrite the dblink.getcontents() code to use str.split(" ")
for splitting CONTENTS lines so that even file paths that
end with spaces can be handled. This patch makes the fix for
bug #196836#c6 more complete. Some code for parsing old
malformed symlink entries has been removed sinces it's
probably not useful or worth maintaining anymore.

svn path=/main/trunk/; revision=8337
pym/portage/dbapi/vartree.py