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 rhettinger
Recipients BTaskaya, rhettinger, tim.peters
Date 2020-01-13.03:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578887014.72.0.624993561628.issue39311@roundup.psfhosted.org>
In-reply-to
Content
Elsewhere users of Path objects must explicitly coerce to str.  For example:  json.dumps(str(Path("example.py"))).   This makes good sense to me.  We don't want to add an dependency on pathlib just to recognize Path objects.
History
Date User Action Args
2020-01-13 03:43:34rhettingersetrecipients: + rhettinger, tim.peters, BTaskaya
2020-01-13 03:43:34rhettingersetmessageid: <1578887014.72.0.624993561628.issue39311@roundup.psfhosted.org>
2020-01-13 03:43:34rhettingerlinkissue39311 messages
2020-01-13 03:43:34rhettingercreate