-
- Downloads
Allow ':' as the first character of a value
The regular expression that matched keys was too loose, so things like Foo: : bar would get parsed as {'Foo:': 'bar'} instead of the correct value (which is also returned by both apt_pkg and the email package), {'Foo': ': bar'} Closes: #597249 (cherry picked from commit 86ddf35b)
Please register or sign in to comment