MtimeDB: add JSON read/write
authorZac Medico <zmedico@gentoo.org>
Sat, 18 Feb 2012 03:40:03 +0000 (19:40 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 18 Feb 2012 03:40:03 +0000 (19:40 -0800)
commit848da97a64b2d3d13c3fbc794c57dae714009854
treef2a70336abeda47420b6126726874c321ed1b266
parent557134066e5a8e4a1b0522fe94d931a2688f98f7
MtimeDB: add JSON read/write

Support serialization as JSON instead of pickle, so that
/var/cache/edb/mtimedb is human readable/writable, for those rare
cases where it may be useful. Currently, pickle is still used for
writes. The plan is to migrate to JSON after JSON read has been
supported for some time.
pym/portage/util/mtimedb.py