Re: [Python-Dev] cpython: Add yet another test for subprocess.Popen.communicate

2012-08-15 Thread Antoine Pitrou
On Wed, 15 Aug 2012 21:54:06 +0200 (CEST) andrew.svetlov wrote: > > diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py > --- a/Lib/test/test_subprocess.py > +++ b/Lib/test/test_subprocess.py > @@ -645,6 +645,34 @@ > p.communicate() > self.assertEqual(p.return

Re: [Python-Dev] Edits to Metadata 1.2 to add extras (optional dependencies)

2012-08-15 Thread Eric Snow
On Wed, Aug 15, 2012 at 8:49 AM, Daniel Holth wrote: > I've drafted some edits to Metadata 1.2 with valuable feedback from > distutils-sig (special thanks to Erik Bray), which seems to have no > more comments on the issue after about 6 weeks. Let me know if you > have an opinion, or if you will ha

[Python-Dev] Edits to Metadata 1.2 to add extras (optional dependencies)

2012-08-15 Thread Daniel Holth
I've drafted some edits to Metadata 1.2 with valuable feedback from distutils-sig (special thanks to Erik Bray), which seems to have no more comments on the issue after about 6 weeks. Let me know if you have an opinion, or if you will have one during some bounded time in the future. Metadata 1.2 (

Re: [Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): #11062: Fix adding a message from file to Babyl mailbox

2012-08-15 Thread Andrew Svetlov
Looks like it is the source of buildbot fail on Windows box. On Wed, Aug 15, 2012 at 2:42 PM, petri.lehtinen wrote: > http://hg.python.org/cpython/rev/7c8c6b905a18 > changeset: 78586:7c8c6b905a18 > parent: 78583:8d90fde35cc6 > parent: 78585:cbc1dc8cda06 > user:Petri Lehtinen

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ned Deily
In article <20120815122105.3847e...@pitrou.net>, Antoine Pitrou wrote: > On Wed, 15 Aug 2012 02:30:17 -0700 > Ned Deily wrote: > > 1. Gatekeeper singing on 10.8 > > > > [...] Quick summary is that we need to > > change the installer format that is used to be able to participate in > > the ins

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ronald Oussoren
On 15 Aug, 2012, at 11:30, Ned Deily wrote: > > > > 3. Download instructions and Xcode > > Jesse: >> I also concur with Raymond that the download/install instructions could be >> simplified. Noting for users that rather than downloading Xcode, they can >> just download the OSX Command Line

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Antoine Pitrou
On Wed, 15 Aug 2012 02:30:17 -0700 Ned Deily wrote: > > 1. Gatekeeper singing on 10.8 > > [...] Quick summary is that we need to > change the installer format that is used to be able to participate in > the installer singing program I first thought Apple had gone poetic and then I realized it

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ned Deily
Raymond raises a couple of issues and Jesse comments on those and brings up another issue. Let me address each in turn (and I apologize for the length!): 1. Gatekeeper singing on 10.8 In article , Raymond Hettinger wrote: > On Mountain Lion, the default security settings only allow installat

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ronald Oussoren
On 15 Aug, 2012, at 2:33, Raymond Hettinger wrote: > On Mountain Lion, the default security settings only allow installation of > applications downloaded from the Mac App Stored and "identified developers". > > We need to either become an "identified developer" or include some > instructions