Branches for Squeeze

Name Status Last Modified Last Commit
lp:debian/squeeze/python-debian bug 1 Development 2011-12-28 14:50:57 UTC
10. Allow ':' as the first character of a...

Author: John Wright
Revision Date: 2011-12-28 14:50:57 UTC

Allow ':' as the first character of a value. This fixes an
implementation error where the paragraph

Foo: : bar

would be interpreted as

{'Foo:': 'bar'}

by the Python-native parser, while it would be correctly interpreted
as

{'Foo': ': bar'}

by both the apt_pkg parser and the Python email library.
(Closes: #597249)

11 of 1 result