Closed de11n closed 1 year ago
numpy parses libraries in site.cfg by splitting on comma. We want to maintain compatibility with that, but we've already established os.pathname by accident. To minimize breakages, we support both.
os.pathname
Fixes #407
Thanks.
numpy parses libraries in site.cfg by splitting on comma. We want to maintain compatibility with that, but we've already established
os.pathname
by accident. To minimize breakages, we support both.Fixes #407