Inside _parse_data(), don't rely on the magic 22 line count for the flat_list
authorZac Medico <zmedico@gentoo.org>
Thu, 20 Nov 2008 21:02:40 +0000 (21:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 20 Nov 2008 21:02:40 +0000 (21:02 -0000)
commita95743183720c75f0af8a454dcef788d99a3851d
treeda2070218631e9270bed92a04e453a5ad52aa73c
parentb3f4024d3267e2b6348f1d3e3f07405ad68d1492
Inside  _parse_data(), don't rely on the magic 22 line count for the flat_list
format, since it doesn't make a significant performance difference and it
places an artificial limit on the number of keys that can be stored.

svn path=/main/trunk/; revision=12008
pym/portage/cache/metadata.py