Changes by Andi Albrecht :
--
nosy: +andialbrecht
___
Python tracker
<http://bugs.python.org/issue14102>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andi Albrecht added the comment:
Is it intended that when reading PKG-INFO files the PEP 314 attributes
(provides, requires, obsoletes) are only set if version is exactly "1.1"?
I'd expected that those attributes are available regardless of the
metadata version of the parsed
Andi Albrecht <[EMAIL PROTECTED]> added the comment:
FWIW, I've uploaded a patch to codereview:
http://codereview.appspot.com/2407
It uses a space character as Chris suggested.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Andi Albrecht <[EMAIL PROTECTED]> added the comment:
IMO, the best way to resolve this is to use the default continuation
whitespace when a Header class is created from a string. But I'm pretty
unsure about the default whitespace character. After having a look at a
random set of
Andi Albrecht <[EMAIL PROTECTED]> added the comment:
For me this issue seems to be a duplicate of issue1645148.
In my opinion the test case that checks if headers created by strings or
Header instances are equal is incorrect. It shouldn't set the
continuation whitespace explicitly wh