> No. 2.7 does not accept new features anymore, It is clear now.
> but you can install this backport from PyPI: > https://pypi.python.org/pypi/cdecimal/2.3 This is what I was looking for. Thanks. Andriy ________________________________ > Date: Wed, 27 Mar 2013 10:54:37 +0100 > Subject: Re: [Python-Dev] [RELEASE] Python 2.7.4 release candidate 1 > From: [email protected] > To: [email protected] > CC: [email protected]; [email protected] > > 2013/3/27 Andrew Svetlov > <[email protected]<mailto:[email protected]>> > No. _decimal is new functionality that will never be backported. > > On Wed, Mar 27, 2013 at 9:40 AM, Andriy Kornatskyy > <[email protected]<mailto:[email protected]>> wrote: > > Any plans backport decimal C implementation from 3.3? > > No. 2.7 does not accept new features anymore, but you can install > this backport from PyPI: https://pypi.python.org/pypi/cdecimal/2.3 > > -- > Amaury Forgeot d'Arc _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
