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.

classification
Title: Allowing to pass pathlib.Path object in mimetypes.guess_type function
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Allow querying a Path's mime-type
View: 34926
Assigned To: Nosy List: cheryl.sabella, jorispilot
Priority: normal Keywords:

Created on 2014-05-18 13:20 by jorispilot, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg332626 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-12-27 23:11
This was implemented in #34926.
History
Date User Action Args
2022-04-11 14:58:03adminsetgithub: 65723
2018-12-27 23:11:44cheryl.sabellasetstatus: open -> closed

superseder: Allow querying a Path's mime-type
versions: + Python 3.8, - Python 3.4
nosy: + cheryl.sabella

messages: + msg332626
resolution: duplicate
stage: resolved
2014-05-18 13:20:26jorispilotcreate