Message76082
OK, now I see why it is called 'dumb'; the thing literally just dumps
out the repr of two strings on each line for key/value pairs. To read it
just evals each line in the string. And whichdb detects this format by
looking for ' or " as the first character since that is what the repr
for str is. And that is why the Latin-1 decoding was used; it has the
proper repr for write-out. |
|
| Date |
User |
Action |
Args |
| 2008-11-19 23:52:13 | brett.cannon | set | recipients:
+ brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes |
| 2008-11-19 23:52:12 | brett.cannon | set | messageid: <[email protected]> |
| 2008-11-19 23:52:11 | brett.cannon | link | issue3799 messages |
| 2008-11-19 23:52:11 | brett.cannon | create | |
|