On 03/04/2015 04:24 PM, Guido van Rossum wrote:
>
> Ping? Anyone? http://bugs.python.org/issue22906
Running tests on an ubuntu system...
--
~Ethan~
signature.asc
Description: OpenPGP digital signature
___
Python-Dev mailing list
Python-Dev@python.org
Ping? Anyone? http://bugs.python.org/issue22906
On Fri, Feb 20, 2015 at 9:56 PM, Chris Angelico wrote:
> On Wed, Jan 7, 2015 at 2:48 PM, Guido van Rossum wrote:
> > There's a proof of concept patch in http://bugs.python.org/issue22906,
> but
> > it doesn't have the __future__ import and probabl
On Wed, Mar 4, 2015 at 12:33 PM, Guido van Rossum wrote:
> In this case I disagree. The math module mostly wraps the C math library
> and the bar should remain high for things to be added to it. Let this be
> someone's opportunity to learn C (I guess not Chris's :-).
>
As it happens, the first C
In this case I disagree. The math module mostly wraps the C math library
and the bar should remain high for things to be added to it. Let this be
someone's opportunity to learn C (I guess not Chris's :-).
On Wed, Mar 4, 2015 at 12:23 PM, Brett Cannon wrote:
>
>
> On Wed, Mar 4, 2015 at 3:14 PM C
No.
On Wed, Mar 4, 2015 at 12:12 PM, Chris Barker wrote:
> On Tue, Mar 3, 2015 at 8:43 AM, Ethan Furman wrote:
>
>> On 03/03/2015 01:17 AM, Victor Stinner wrote:
>>
>
>
>> > Maybe it's time to rename the math module to _math and create a
>> > math.py module, like _decimal/decimal? math.py shoul
On Wed, Mar 4, 2015 at 3:14 PM Chris Barker wrote:
> On Tue, Mar 3, 2015 at 8:43 AM, Ethan Furman wrote:
>
>> On 03/03/2015 01:17 AM, Victor Stinner wrote:
>>
>
>
>> > Maybe it's time to rename the math module to _math and create a
>> > math.py module, like _decimal/decimal? math.py should end w
On Tue, Mar 3, 2015 at 8:43 AM, Ethan Furman wrote:
> On 03/03/2015 01:17 AM, Victor Stinner wrote:
>
> > Maybe it's time to rename the math module to _math and create a
> > math.py module, like _decimal/decimal? math.py should end with "from
> > _math import *".
>
> +1
>
What do folks think?