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 andrei.avk
Recipients andrei.avk, barneygale, eryksun, kj, serhiy.storchaka, steve.dower
Date 2021-09-06.17:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630950732.41.0.926991969588.issue39899@roundup.psfhosted.org>
In-reply-to
Content
To be more precise, this change fixes https://bugs.python.org/issue41082 by raising RuntimeError instead of KeyError and also by documenting it, which means matplotlib can fix it by either using os.path.expanduser or catching RuntimeError, whichever might work better in their case.

I will let them know once we sort this out.
History
Date User Action Args
2021-09-06 17:52:12andrei.avksetrecipients: + andrei.avk, serhiy.storchaka, eryksun, steve.dower, barneygale, kj
2021-09-06 17:52:12andrei.avksetmessageid: <1630950732.41.0.926991969588.issue39899@roundup.psfhosted.org>
2021-09-06 17:52:12andrei.avklinkissue39899 messages
2021-09-06 17:52:12andrei.avkcreate