Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96132

Re: [RELEASED] Python 3.5.0rc3 is now available

Subject Re: [RELEASED] Python 3.5.0rc3 is now available
Newsgroups comp.lang.python
References <mailman.201.1441676108.8327.python-list@python.org>
From Brian Gladman <blindanagram@nowhere.net>
Date 2015-09-08 15:54 +0100
Message-ID <vo6dnSLaAKAVa3PInZ2dnUU78L-dnZ2d@brightview.co.uk> (permalink)

Show all headers | View raw


On 08/09/2015 02:35, Larry Hastings wrote:
> 
> 
> On behalf of the Python development community and the Python 3.5 release
> team, I'm relieved to announce the availability of Python 3.5.0rc3, also
> known as Python 3.5.0 Release Candidate 3.
> 
> The next release of Python 3.5 will be Python 3.5.0 final.  There should
> be few (or no) changes to Python 3.5 between rc3 and final.
> 
> This is a preview release, and its use is not recommended for production
> settings.
> 
> 
> You can find Python 3.5.0rc3 here:
> 
>     https://www.python.org/downloads/release/python-350rc3/
> 
> Windows and Mac users: please read the important platform-specific
> "Notes on this release" section near the end of that page.
> 
> 
> Happy hacking,

I notice that one new feature that isn't mentioned in the 'what's new'
list is the addition of math.gcd() offering a faster and more generic
implementation (in that it returns a positive result) of the greatest
common divisor operation.

Thanks for this and for all your work on Python 3.5.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: [RELEASED] Python 3.5.0rc3 is now available Brian Gladman <blindanagram@nowhere.net> - 2015-09-08 15:54 +0100

csiph-web