[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread toonn
New submission from toonn : A user reported an error to us which seems to derive from the ``mimetypes`` library failing to guess the mime type for ``.mkv`` matroska video files: https://github.com/ranger/ranger/issues/1744#issuecomment-548514373 This is a regression because the same query

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-01 Thread toonn
toonn added the comment: The result is the same for 3.7.4, on my mac. -- ___ Python tracker <https://bugs.python.org/issue38656> ___ ___ Python-bugs-list mailin

[issue39811] Curses crash on ^4

2020-03-01 Thread toonn
New submission from toonn : We got a report about a crash which seems to happen in the curses library when a user pressed ^4. How do we go about debugging this? https://github.com/ranger/ranger/issues/1859 -- components: Library (Lib) messages: 363057 nosy: toonn priority: normal

[issue39811] Curses crash on ^4

2020-03-01 Thread toonn
toonn added the comment: Vim can handle ^4 just fine while still responding to SIGQUIT though. Is there a way to determine where the signal's coming from to decide whether to react to it? -- ___ Python tracker <https://bugs.python.org/is