[Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3
Paul Moore
p.f.moore at gmail.com
Wed Dec 14 08:34:23 EST 2016
More information about the Python-Dev mailing list
Wed Dec 14 08:34:23 EST 2016
- Previous message (by thread): [Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3
- Next message (by thread): [Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 13 December 2016 at 13:47, KH Luke Kim <khlukekim at gmail.com> wrote: > Yeah, but is it supposed to be avoided to apply new features in Python 3.x > to Python 2.x? Sorry if there's already a consensus. Yes. Only security-related new features will ever be backported to Python 2 (and even those will be subject to discussion and probably need a PEP, it's not a guarantee). Paul
- Previous message (by thread): [Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3
- Next message (by thread): [Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list