Richard Oudkerk <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue15364> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
