[Python-Dev] [RELEASED] Python 3.5.1 and 3.4.4rc1 are now available

2015-12-06 Thread Larry Hastings
On behalf of the Python development community and the Python 3.4 and 3.5 release teams, I'm pleased to announce the simultaneous availability of Python 3.5.1 and Python 3.4.4rc1. As point releases, both have many incremental improvements over their predecessor releases. You can find Pytho

Re: [Python-Dev] Third milestone of FAT Python

2015-12-06 Thread Emile van Sebille
On 12/4/2015 11:39 AM, MRAB wrote: On 2015-12-04 19:22, Isaac Morland wrote: On Fri, 4 Dec 2015, MRAB wrote: > Constant folding is when, say, "1 + 2" replaced by "2". Isn't that called backspacing? ;-) Oops! I meant "1 + 1", of course. Or "3". Either would work. :-) Oh, you must surely ha