[issue42792] [MacOS] Can't open file in a separate (threading.Thread) thread

2020-12-30 Thread Jah-On


Change by Jah-On :


Added file: https://bugs.python.org/file49710/lol.txt

___
Python tracker 
<https://bugs.python.org/issue42792>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42792] [MacOS] Can't open file in a separate (threading.Thread) thread

2020-12-30 Thread Jah-On


New submission from Jah-On :

Tested on MacOS Big Sur... Most recent version as of posting.

--
components: macOS
files: test.py
messages: 384088
nosy: Jah-On, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: [MacOS] Can't open file in a separate (threading.Thread) thread
versions: Python 3.8
Added file: https://bugs.python.org/file49709/test.py

___
Python tracker 
<https://bugs.python.org/issue42792>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40414] Incorrect mouse and keyboard mapping

2020-04-27 Thread Jah-On


New submission from Jah-On :

Hi all,
On Ubuntu Cinnamon Remix, with python3, and tkinter,

canvas.bind("<1>", callback)
canvas.bind("<2>", callback)
canvas.bind("<3>", callback)
canvas.bind("<4>", callback)
canvas.bind("<5>", callback)

are now mapped to mouse buttons, instead of keyboard number buttons.

--
components: Tkinter
messages: 367481
nosy: Jah-On
priority: normal
severity: normal
status: open
title: Incorrect mouse and keyboard mapping
type: behavior
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue40414>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com