New submission from Ekin Dursun :
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, zach.ware
priority: n
Change by Ekin Dursun :
--
keywords: +patch
pull_requests: +6002
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33161>
___
___
Python-
New submission from Ekin Dursun :
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 gitignore
versions: Python 3.8
Change by Ekin Dursun :
--
keywords: +patch
pull_requests: +6310
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33370>
___
___
Python-