This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Walter.Woods
Recipients Walter.Woods, barry, hdiogenes, orsenthil, r.david.murray
Date 2010-05-05.15:42:17
SpamBayes Score 0.014902341
Marked as misclassified No
Message-id <1273074138.98.0.132191452497.issue8572@psf.upfronthosting.co.za>
In-reply-to
Content
And if you really think that the unfortunate behavior of 

   >>> getheader('a', ['a', 'b'])
   'a, b'

Is desired, issue8572-unfortunate.diff retains that behavior.  I think that is counter-intuitive though, and it is doubtful that many would be relying on this functionality, given that the default value of None throws an exception at the moment.
History
Date User Action Args
2010-05-05 15:42:19Walter.Woodssetrecipients: + Walter.Woods, barry, orsenthil, hdiogenes, r.david.murray
2010-05-05 15:42:18Walter.Woodssetmessageid: <1273074138.98.0.132191452497.issue8572@psf.upfronthosting.co.za>
2010-05-05 15:42:17Walter.Woodslinkissue8572 messages
2010-05-05 15:42:17Walter.Woodscreate