lib/bb/data_smart.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 30 Mar 2006 18:14:56 +0000 (18:14 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 30 Mar 2006 18:14:56 +0000 (18:14 +0000)
commit402f55a058425223160ef42d6ebb311a85a2b968
tree63efbbcf8830bf64953a2cdfa46d734881d134bf
parentc8c16719c4eb2e1d5552da807def819bcdb24210
lib/bb/data_smart.py:
-The pickling API is not too obvious. One can
 not call p.dump multiple times. Instead
 we store it as a tuple.
-Same applies for unpickling.
-Hmm current programming languages suck. It
 can't be true to use multiple assignment
 for something as easy as a 'symmetric'
 command.
lib/bb/data_smart.py