# HG changeset patch # User Razvan Pascanu # Date 1298393019 18000 # Node ID 4b27456d3bcee14b257f5e3e9122fc2afa59e283 # Parent 35b56d794d097fa648ef33e1b4d33f229157fe9b renamed output as key for dictionary ( from field). Now for dictionary we have keys, for tuples/list we have entries and for object fields diff -r 35b56d794d09 -r 4b27456d3bce bin/pkldu.py --- a/bin/pkldu.py Tue Feb 22 11:40:02 2011 -0500 +++ b/bin/pkldu.py Tue Feb 22 11:43:39 2011 -0500 @@ -100,7 +100,7 @@ x = cPickle.loads(s) t2 = time.time() new_t = t2 - t1 - print_entry = 'field: %40s %6.2f %s ( loads in %6.2f %s)'%( + print_entry = 'key: %40s %6.2f %s ( loads in %6.2f %s)'%( (key_name,) + prettyprint(new_bytes, space_units, options.human) + prettyprint(new_t, time_units, options.human) )