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 lambertv
Recipients alexis, eric.araujo, lambertv, mschatte, tarek, terry.reedy
Date 2014-10-10.09:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412934137.21.0.46677311029.issue1703178@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a simple one-line-fix patch with a test. 

Except for the libraries option, other options separate using ':'. The documentation didn't seem to say much, so I wasn't sure if link_objects should be consistent with that or if it should follow libraries's example and instead allow spaces and commas for separation. This patch uses ensure_string_list as suggested, but let me know if using .split(os.pathsep) is a better idea.
History
Date User Action Args
2014-10-10 09:42:17lambertvsetrecipients: + lambertv, terry.reedy, mschatte, tarek, eric.araujo, alexis
2014-10-10 09:42:17lambertvsetmessageid: <1412934137.21.0.46677311029.issue1703178@psf.upfronthosting.co.za>
2014-10-10 09:42:17lambertvlinkissue1703178 messages
2014-10-10 09:42:17lambertvcreate