[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramon
Change by Ramon : -- keywords: +patch pull_requests: +23105 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24286 ___ Python tracker <https://bugs.python.org/issu

[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramon
New submission from Ramon : All functions from the audioop module that work on stereo fragments, provide the same behaviour on multichannel (i.e. 5.1 channel LPCM) fragments. This is, however, not true for the tomono() function, that only makes sense when supplied with a 2-channel fragment

[issue38946] IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched

2020-07-23 Thread Ramon
Change by Ramon : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue38946> ___ ___ Python-bugs-list

[issue39063] Format string does not work with "in" statement

2019-12-16 Thread Ramon Medeiros
Change by Ramon Medeiros : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39063] Format string does not work with "in" statement

2019-12-16 Thread Ramon Medeiros
New submission from Ramon Medeiros : Tried to use "in" statement to check if a string exists in a array and failed using string format. How to reproduce: ~/ ipython Python 3.7.4 (default, Oct 12 2019, 18:55:28) Type 'copyright', 'credits' or 'license&

[issue38946] IDLE not opening multiple .py files

2019-11-30 Thread Ramon
New submission from Ramon : I'm running Python 3.8 and Mac Os Catalina 10.15.1 When I click a .py file, it will open the shell + editor, However if I try to open a new .py file from my finder window it won't open. The only way I can open another file is through the shell by cli

[issue3502] Inconsistency between string.letters and default encoding.

2008-08-04 Thread Ramon Garcia
New submission from Ramon Garcia <[EMAIL PROTECTED]>: In python on Windows, under Idle, the string.letters includes extended characters. But the default codec, used when translating from string to unicode, is still ascii. This behaviour causes crashes with python win32 exte