[Python-Dev] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Larry Hastings
On behalf of the Python development community and the Python 3.4 release team, I'm pleased to announce the availability of Python 3.4.2. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as

[Python-Dev] shebang policy, and pip

2014-10-08 Thread Christian Tismer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Howdy, this question is a bit about general policy which is not yet covered in the python recommendations: I see projects which do check-ins like get rid of shebang lines and they remove those lines from non-script sources. It is not always

Re: [Python-Dev] [python-committers] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Victor Stinner
2014-10-08 10:57 GMT+02:00 Larry Hastings la...@hastings.org: You can download it here: https://www.python.org/download/releases/3.4.2 This page redirect me to https://www.python.org/download/releases/3.4.1 Maybe some web servers of the CDN don't contain the latest version. I guess that the

Re: [Python-Dev] [python-committers] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Mark Lawrence
On 08/10/2014 11:21, Victor Stinner wrote: 2014-10-08 10:57 GMT+02:00 Larry Hastings la...@hastings.org: You can download it here: https://www.python.org/download/releases/3.4.2 This page redirect me to https://www.python.org/download/releases/3.4.1 Maybe some web servers of the CDN don't

Re: [Python-Dev] shebang policy, and pip

2014-10-08 Thread Donald Stufft
On Oct 8, 2014, at 6:16 AM, Christian Tismer tis...@stackless.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Howdy, this question is a bit about general policy which is not yet covered in the python recommendations: I see projects which do check-ins like get rid of

Re: [Python-Dev] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Geoffrey Spear
It looks like the Download dropdown on python.org has a blank button (when accessed from Windows) has an empty button that's supposed to be for the 3.4.2 release by just links back to the current page; the 2.7 button is working fine. On Wed, Oct 8, 2014 at 4:57 AM, Larry Hastings

Re: [Python-Dev] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Ned Deily
In article CAGifb9HApSaJ89B+BzzNZ_S0dHkY66p1CSx-38+9TG=vya+...@mail.gmail.com, Geoffrey Spear geoffsp...@gmail.com wrote: It looks like the Download dropdown on python.org has a blank button (when accessed from Windows) has an empty button that's supposed to be for the 3.4.2 release by just

Re: [Python-Dev] [python-committers] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Ned Deily
In article m139bb$7bg$1...@ger.gmane.org, Mark Lawrence breamore...@yahoo.co.uk wrote: On 08/10/2014 11:21, Victor Stinner wrote: This page redirect me to https://www.python.org/download/releases/3.4.1 Maybe some web servers of the CDN don't contain the latest version. I guess that the

Re: [Python-Dev] [python-committers] [RELEASE] Python 3.4.2 is now available

2014-10-08 Thread Daniel Pimentel (d4n1)
Good news :) 2014-10-08 15:35 GMT-03:00 Ned Deily n...@acm.org: In article m139bb$7bg$1...@ger.gmane.org, Mark Lawrence breamore...@yahoo.co.uk wrote: On 08/10/2014 11:21, Victor Stinner wrote: This page redirect me to https://www.python.org/download/releases/3.4.1 Maybe some web

Re: [Python-Dev] shebang policy, and pip

2014-10-08 Thread Donald Stufft
On Oct 8, 2014, at 3:36 PM, Wes Turner wes.tur...@gmail.com wrote: On Oct 8, 2014 7:20 AM, Donald Stufft don...@stufft.io mailto:don...@stufft.io wrote: On Oct 8, 2014, at 6:16 AM, Christian Tismer tis...@stackless.com mailto:tis...@stackless.com wrote: -BEGIN PGP

Re: [Python-Dev] shebang policy, and pip

2014-10-08 Thread Christian Tismer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08.10.14 14:20, Donald Stufft wrote: On Oct 8, 2014, at 6:16 AM, Christian Tismer tis...@stackless.com wrote: ... So is there anything officially preferred, and should that go into pep 8? Some editors can use shebang lines to control

Re: [Python-Dev] shebang policy, and pip

2014-10-08 Thread Wes Turner
On Oct 8, 2014 7:20 AM, Donald Stufft don...@stufft.io wrote: On Oct 8, 2014, at 6:16 AM, Christian Tismer tis...@stackless.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Howdy, this question is a bit about general policy which is not yet covered in the python

Re: [Python-Dev] shebang policy, and pip

2014-10-08 Thread Barry Warsaw
On Oct 08, 2014, at 08:20 AM, Donald Stufft wrote: Some editors can use shebang lines to control syntax highlighting or linting (mine for example will lint different for python2 vs python3 shebangs). Some editors can also use `# -*- foo -*-` comments to set up editing modes and there are other