mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
New == syntax
This commit is contained in:
parent
4d8e859e8f
commit
bdfcfccbe5
73 changed files with 419 additions and 391 deletions
|
@ -10,7 +10,7 @@ import dircache
|
|||
|
||||
def action(w, string, i, detail):
|
||||
(h, v), clicks, button, mask = detail
|
||||
if clicks = 2:
|
||||
if clicks == 2:
|
||||
name = path.join(w.name, string)
|
||||
try:
|
||||
w2 = anywin.open(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue