[issue33370] Addition of mypy cache to gitignore

2018-04-26 Thread Ekin Dursun
Change by Ekin Dursun <ekindur...@gmail.com>: -- keywords: +patch pull_requests: +6310 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33370] Addition of mypy cache to gitignore

2018-04-26 Thread Ekin Dursun
New submission from Ekin Dursun <ekindur...@gmail.com>: Since Python developers started to use mypy, I need we should add .mypy_cache directories to .gitignore. -- messages: 315823 nosy: onlined priority: normal severity: normal status: open title: Addition of mypy cache to git

[issue33161] Refactor of pathlib's _WindowsBehavior.gethomedir

2018-03-27 Thread Ekin Dursun
Change by Ekin Dursun <ekindur...@gmail.com>: -- keywords: +patch pull_requests: +6002 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33161] Refactor of pathlib's _WindowsBehavior.gethomedir

2018-03-27 Thread Ekin Dursun
New submission from Ekin Dursun <ekindur...@gmail.com>: At line 245, default value for drv is provided with KeyError handling, but it is better to use dict's get method. -- components: Library (Lib), Windows messages: 314562 nosy: onlined, paul.moore, steve.dower, tim.golden, zac