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 vinay.sajip
Recipients berker.peksag, r.david.murray, rhendrikse, vinay.sajip
Date 2016-07-21.17:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469123357.37.0.503530972328.issue27493@psf.upfronthosting.co.za>
In-reply-to
Content
> the answer would be "not at all".

Not sure about that. If all logging did were to pass the path to lower levels such as open or abspath, that may be true. However, some handlers do path computations (e.g. the rotating file handlers) and so logging would need to have a minimal awareness of PEP 519 or else call str() on any putative filename passed in, and be completely unaware of it (assuming that str() on a Path would return the same as __fspath__().
History
Date User Action Args
2016-07-21 17:49:17vinay.sajipsetrecipients: + vinay.sajip, r.david.murray, berker.peksag, rhendrikse
2016-07-21 17:49:17vinay.sajipsetmessageid: <1469123357.37.0.503530972328.issue27493@psf.upfronthosting.co.za>
2016-07-21 17:49:17vinay.sajiplinkissue27493 messages
2016-07-21 17:49:17vinay.sajipcreate