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 brett.cannon
Recipients Kevin.Norris, brett.cannon, docs@python
Date 2018-11-27.23:43:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543362197.79.0.788709270274.issue35319@psf.upfronthosting.co.za>
In-reply-to
Content
You can use importlib.resources to read data files and such from within a package as an alternative.
History
Date User Action Args
2018-11-27 23:43:17brett.cannonsetrecipients: + brett.cannon, docs@python, Kevin.Norris
2018-11-27 23:43:17brett.cannonsetmessageid: <1543362197.79.0.788709270274.issue35319@psf.upfronthosting.co.za>
2018-11-27 23:43:17brett.cannonlinkissue35319 messages
2018-11-27 23:43:17brett.cannoncreate