mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Couple more has_keys() going...
This commit is contained in:
parent
6e23e3796d
commit
e014a13f03
5 changed files with 26 additions and 26 deletions
|
@ -274,7 +274,7 @@ def askfloat(title, prompt, **kw):
|
|||
|
||||
class _QueryString(_QueryDialog):
|
||||
def __init__(self, *args, **kw):
|
||||
if kw.has_key("show"):
|
||||
if "show" in kw:
|
||||
self.__show = kw["show"]
|
||||
del kw["show"]
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue