Rewrite the dblink.getcontents() code to use str.split(" ")
authorZac Medico <zmedico@gentoo.org>
Fri, 2 Nov 2007 05:29:03 +0000 (05:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 2 Nov 2007 05:29:03 +0000 (05:29 -0000)
commitea453f819078893ef7d6dc5b2faf1f543919d77e
treec17cd30d0f8938d171ee15d5d6c044762798c2f4
parentfdaca0947ccb5a3023b9af20b69a7eb00e0437f9
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.
(trunk r8337)

svn path=/main/branches/2.1.2/; revision=8364
pym/portage.py