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 LimaAlphaHotel
Recipients LimaAlphaHotel, remi.lapeyre
Date 2020-06-19.11:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592567317.79.0.851454866725.issue41026@roundup.psfhosted.org>
In-reply-to
Content
I have patched the module to accept a path-like object, however it still follows the pre-pathlib ways of doing things elsewhere.  There's quite a bit of work to do to modernise the whole module, but this patch at least adds support to pass a Path to the classes it provides so external code can use pathlib and interface with it.
History
Date User Action Args
2020-06-19 11:48:37LimaAlphaHotelsetrecipients: + LimaAlphaHotel, remi.lapeyre
2020-06-19 11:48:37LimaAlphaHotelsetmessageid: <1592567317.79.0.851454866725.issue41026@roundup.psfhosted.org>
2020-06-19 11:48:37LimaAlphaHotellinkissue41026 messages
2020-06-19 11:48:37LimaAlphaHotelcreate