Valerie Lambert added the comment:

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.

----------
keywords: +patch
nosy: +lambertv
Added file: http://bugs.python.org/file36861/build_ext.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1703178>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to