On 05/24/2015 06:01 PM, Chris Angelico wrote:
Additional Q. What does this mean for buildbots? Will they immediately
pick up the new branch?
I don't know about "immediately", but yes the buildbots should get
configured to point at the 3.5 branch, preferably soon.
//arry/
_
I've now pushed the 3.5.0 beta 1 release-engineering checkins to
hg.python.org. At the same time I did this, I also created the 3.5 branch.
Quick FAQ:
Q: Where should I check in bugfixes for 3.5?
A: In the "3.5" branch. You should also merge them forward into "default".
Q: Where should I
On behalf of the Python development community and the Python 3.5 release
team, I'm pleased to announce the availability of Python 3.5.0b1.
Python 3.5 has now entered "feature freeze". By default new features may
no longer be added to Python 3.5. (However, there are a handful of
features tha
On Sat, May 23, 2015 at 4:25 PM, Nick Coghlan wrote:
> On 23 May 2015 at 19:29, Tal Einat wrote:
>> On Sat, May 23, 2015 at 1:34 AM, Berker Peksağ
>> wrote:
>>>
>>> * The C implementation should be in Modules/mathmodule.c
>>> * Tests should be in Lib/test/test_math.py
>>> * Documentation should