[Python-Dev] Implementation difference of audioop.lin2lin in Python2 and Python3 (original) (raw)

Paul Moore p.f.moore at gmail.com
Wed Dec 14 08:34:23 EST 2016


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



More information about the Python-Dev mailing list