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 serhiy.storchaka
Recipients brett.cannon, eric.snow, louielu, ncoghlan, serhiy.storchaka
Date 2017-05-05.04:48:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493959718.4.0.496788394107.issue30247@psf.upfronthosting.co.za>
In-reply-to
Content
If the path attribute can be None or list it looks to me that it isn't a filesystem path, and it may be incorrect to use os.fspath() with it. How this attribute is used? What wrong if left it a pathlib.Path?
History
Date User Action Args
2017-05-05 04:48:38serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, louielu
2017-05-05 04:48:38serhiy.storchakasetmessageid: <1493959718.4.0.496788394107.issue30247@psf.upfronthosting.co.za>
2017-05-05 04:48:38serhiy.storchakalinkissue30247 messages
2017-05-05 04:48:38serhiy.storchakacreate