This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients lielfr, mdk
Date 2017-10-09.20:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507581303.97.0.213398074469.issue31738@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, thanks for reporting.

This method has been renamed in https://github.com/python/cpython/commit/28a691b7fdde1b8abafa4c4a5025e6bfa44f48b9 and is only used in Lib/site.py (currently in main()).

The function has a docstring, so:

  Help on function abs_paths in module site:

  abs_paths()
      Set all module __file__ and __cached__ attributes to an absolute path


Is this function usefull for you outside of site.py?
History
Date User Action Args
2017-10-09 20:35:04mdksetrecipients: + mdk, lielfr
2017-10-09 20:35:03mdksetmessageid: <1507581303.97.0.213398074469.issue31738@psf.upfronthosting.co.za>
2017-10-09 20:35:03mdklinkissue31738 messages
2017-10-09 20:35:03mdkcreate