~divmod-dev/divmod.org/remove-third-level-2038

Viewing all changes in revision 2126.

  • Committer: mithrandi
  • Date: 2007-04-03 21:58:55 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:11978
Fix broken encoding of empty textlist values.

Fixes #1990
Author: mithrandi
Reviewer: glyph

An empty list {{{[]}}} was encoded in the same way as the one-element list
{{{[u'']}}}, causing data corruption. A "guard" value is now introduced at the
head of the list to avoid this problem.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: