Re: [Python-Dev] PEP 485 review (isclose())

2015-02-27 Thread Gary Herron
On 02/27/2015 12:07 PM, Chris Barker wrote: Thank you Guido. It'll be nice to see this all come to something. Thanks to all who contributed to the discussion -- despite this being a pretty simple function, I learned a lot and far more fully appreciate the nuance of all of this. I'll edit th

Re: [Python-Dev] PEP 485 review (isclose())

2015-02-27 Thread Chris Barker
Thank you Guido. It'll be nice to see this all come to something. Thanks to all who contributed to the discussion -- despite this being a pretty simple function, I learned a lot and far more fully appreciate the nuance of all of this. I'll edit the text as you suggest, and then work on a patch -

Re: [Python-Dev] [RELEASED] Python 3.4.3 is now available

2015-02-27 Thread Carol Willing
Appears to be fixed now on the MacOSx tab. On 27/02/2015 09:30, Guido van Rossum wrote: There's a GitHub tracker for the website: https://github.com/python/pythondotorg/issues Please report issues with the website there. On Fri, Feb 27, 2015 at 5:59 AM, Victor Stinner mailto:victor.stin...@g

[Python-Dev] PEP 485 review (isclose())

2015-02-27 Thread Guido van Rossum
I think it's time to accept PEP 485. I've re-read it once more, and it looks like the text is in great shape. (My only recommendation would be to update the Abstract to state that we're specifically adding math.isclose().) A wording question: "This implementation has a flag that lets the user sele

Re: [Python-Dev] [RELEASED] Python 3.4.3 is now available

2015-02-27 Thread Guido van Rossum
There's a GitHub tracker for the website: https://github.com/python/pythondotorg/issues Please report issues with the website there. On Fri, Feb 27, 2015 at 5:59 AM, Victor Stinner wrote: > Hum, it's probably an attack of the Python 2 mafia who fight against > Python 3! > > Victor > > 2015-02-2

[Python-Dev] Summary of Python tracker Issues

2015-02-27 Thread Python tracker
ACTIVITY SUMMARY (2015-02-20 - 2015-02-27) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4788 (+18) closed 30510 (+26) total 35298 (+44) Open issues wit

Re: [Python-Dev] PEP 448 review

2015-02-27 Thread Thomas Wouters
On Thu, Feb 26, 2015 at 12:37 PM, Ethan Furman wrote: > On 02/26/2015 12:19 PM, Guido van Rossum wrote: > > > As a follow-up, Joshua updated the PEP to remove *comprehensions, and it > is now accepted. > > Congratulations Thomas, Joshua, and Neil!! > Wot, me? No, no, all credit goes to Joshua an

Re: [Python-Dev] Update to PEP 11 to clarify garnering platform support

2015-02-27 Thread Ethan Furman
On 02/27/2015 06:40 AM, Brett Cannon wrote: > My proposed changes have now been committed. Thanks to everyone who provided > feedback! Thanks, Brett! > For those trying to get Python working on Android, this will mean a > conversation will be necessary about how to get a > buildbot or some for

Re: [Python-Dev] Update to PEP 11 to clarify garnering platform support

2015-02-27 Thread Brett Cannon
On Fri, Feb 20, 2015 at 1:47 PM Brett Cannon wrote: > I just realized I actually never committed this change. Assuming no new > objections I'll commit this in the near future (promise this time =). > My proposed changes have now been committed. Thanks to everyone who provided feedback! This sho

Re: [Python-Dev] [RELEASED] Python 3.4.3 is now available

2015-02-27 Thread Victor Stinner
Hum, it's probably an attack of the Python 2 mafia who fight against Python 3! Victor 2015-02-27 13:51 GMT+01:00 Geoffrey Spear : > The download button (for Windows anyway) on the python.org Download dropdown > menu is broken; there's a small gray square where the 3.4.3 button should > be, with t

Re: [Python-Dev] [RELEASED] Python 3.4.3 is now available

2015-02-27 Thread Geoffrey Spear
The download button (for Windows anyway) on the python.org Download dropdown menu is broken; there's a small gray square where the 3.4.3 button should be, with the 2.7.9 one working fine. On Wed, Feb 25, 2015 at 8:07 AM, Larry Hastings wrote: > > > On behalf of the Python development community

Re: [Python-Dev] PEP 448 review

2015-02-27 Thread Nick Coghlan
On 27 Feb 2015 07:12, "Brett Cannon" wrote: > > > > On Thu, Feb 26, 2015 at 3:38 PM Ethan Furman wrote: >> >> On 02/26/2015 12:19 PM, Guido van Rossum wrote: >> >> > As a follow-up, Joshua updated the PEP to remove *comprehensions, and it is now accepted. >> >> Congratulations Thomas, Joshua, and