[issue15364] sysconfig confused by relative paths

Richard Oudkerk report at bugs.python.org
Fri Jul 27 00:31:50 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

> Does get_config_var('srcdir') always return a string or sometimes None?

Always a string.

distutils.support._get_xxmodule_path() is one place which (currently) would throw an exception if it returned None.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15364>
_______________________________________


More information about the Python-bugs-list mailing list