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
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
Change by Ramon :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue38946>
___
___
Python-bugs-list
Change by Ramon Medeiros :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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&
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
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