On behalf of the Python development community and the Python 3.6 release
team, I'm pleased to announce the availability of Python 3.6.0b3. 3.6.0b3
is the third of four planned beta releases of Python 3.6, the next major
release of Python.
Among the new major new features in Python 3.6 are:
* PEP
On Mon, Oct 31, 2016 at 2:20 PM, Skip Montanaro
wrote:
> I need to do a little 2.6 spelunking. I don't see a 2.6 branch in the output
> of "hg branches". Is "hg clone v2.6.9" the proper incantation to get the
> latest version (or perhaps "v2.6")?
2.6 is a closed branch, which pretty much only mea
On Oct 31, 2016, at 15:25, Ned Deily wrote:
> On Oct 31, 2016, at 15:20, Skip Montanaro wrote:
>> I need to do a little 2.6 spelunking. I don't see a 2.6 branch in the output
>> of "hg branches". Is "hg clone v2.6.9" the proper incantation to get the
>> latest version (or perhaps "v2.6")?
>
>
On Oct 31, 2016, at 15:20, Skip Montanaro wrote:
> I need to do a little 2.6 spelunking. I don't see a 2.6 branch in the output
> of "hg branches". Is "hg clone v2.6.9" the proper incantation to get the
> latest version (or perhaps "v2.6")?
hg update -C v2.6.9
--
Ned Deily
n...@python.org
I need to do a little 2.6 spelunking. I don't see a 2.6 branch in the
output of "hg branches". Is "hg clone v2.6.9" the proper incantation to get
the latest version (or perhaps "v2.6")?
Thx,
Skip
___
Python-Dev mailing list
Python-Dev@python.org
https:/