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 eli.collins
Recipients alexis, eli.collins, eric.araujo, tarek
Date 2011-09-27.21:32:12
SpamBayes Score 2.1017254e-06
Marked as misclassified No
Message-id <1317159133.21.0.0763597157164.issue12424@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a second revision of my patch to fix this issue (9170231ebf14.diff).

Per Eric Araujo's advice, this patch changes _pop_values() to use ";;" as the environment marker separator for all fields in setupcfg's extension sections. I've also updated the documentation and related unittests.
History
Date User Action Args
2011-09-27 21:32:13eli.collinssetrecipients: + eli.collins, tarek, eric.araujo, alexis
2011-09-27 21:32:13eli.collinssetmessageid: <1317159133.21.0.0763597157164.issue12424@psf.upfronthosting.co.za>
2011-09-27 21:32:12eli.collinslinkissue12424 messages
2011-09-27 21:32:12eli.collinscreate