mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
for loading modules from the application resource fork stopped working when sys.path component normalization was implemented. Comparison of sys.path components is now done by FSSpec in stead of by pathname.