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 berker.peksag
Recipients berker.peksag, rhendrikse, vinay.sajip
Date 2016-07-12.09:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468315451.83.0.735449913223.issue27493@psf.upfronthosting.co.za>
In-reply-to
Content
logging module doesn't support Path objects. You need to wrap

    STATUSLOG_PATH = Path('~/logFiles/Reseller/').expanduser()

with str().

We could possibly add PEP 519 support to the logging module for Python 3.6. What do you think, Vinay?
History
Date User Action Args
2016-07-12 09:24:11berker.peksagsetrecipients: + berker.peksag, vinay.sajip, rhendrikse
2016-07-12 09:24:11berker.peksagsetmessageid: <1468315451.83.0.735449913223.issue27493@psf.upfronthosting.co.za>
2016-07-12 09:24:11berker.peksaglinkissue27493 messages
2016-07-12 09:24:11berker.peksagcreate