[issue34926] Allow querying a Path's mime-type

2018-10-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: No, I simply forgot to close it. Thank you! -- ___ Python tracker ___ ___ Python-bugs-list

[issue34926] Allow querying a Path's mime-type

2018-10-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: As part of triaging, I am closing this since this was merged with doc changes and there was no back port done since it's an enhancement. Antoine, feel free to reopen this if there are any changes left. Thanks everybody for the feedback and review.

[issue34926] Allow querying a Path's mime-type

2018-10-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 7e18deef652a9d413d5dbd19d61073ba7eb5460e by Antoine Pitrou (Mayank Asthana) in branch 'master': bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)

[issue34926] Allow querying a Path's mime-type

2018-10-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +9163 stage: -> patch review ___ Python tracker ___ ___

[issue34926] Allow querying a Path's mime-type

2018-10-09 Thread Antoine Pitrou
Change by Antoine Pitrou : -- title: Adding "mime_type" method to pathlib.Path -> Allow querying a Path's mime-type ___ Python tracker ___