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: Refactor of pathlib's _WindowsBehavior.gethomedir
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, onlined
Priority: normal Keywords: patch

Created on 2018-03-28 00:47 by onlined, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6275 closed onlined, 2018-03-28 01:08
Messages (2)
msg314562 - (view) Author: Ekin Dursun (onlined) * Date: 2018-03-28 00:47
At line 245, default value for drv is provided with KeyError handling, but it is better to use dict's get method.
msg323063 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-08-03 18:56
Thanks for the PR, but we usually avoid unnecessary churn in Python codebase.

Both versions look fine, and deciding which one to use is just a matter of personal taste.
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77342
2018-08-03 18:56:25berker.peksagsetstatus: open -> closed

components: - Windows

nosy: + berker.peksag, - paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg323063
resolution: rejected
stage: patch review -> resolved
2018-03-28 01:08:02onlinedsetkeywords: + patch
stage: patch review
pull_requests: + pull_request6002
2018-03-28 00:47:21onlinedcreate