Re: [Python-Dev] Validating SSL By Default (aka Including a Cert Bundle in CPython)

2013-06-04 Thread Chris Angelico
On Tue, Jun 4, 2013 at 9:15 AM, Donald Stufft wrote: > Generally any of these will be completely valid options, even disabling the > checks. The idea behind my proposal is that people generally only use TLS > for a reason and that reason is they want to protect against the kinds of > attacks that

Re: [Python-Dev] Putting the Mac Build in the Apple App Store

2013-06-04 Thread Ned Deily
In article <770e1b33-4174-4880-9da1-4e15e1818...@gmail.com>, Raymond Hettinger wrote: > Does anyone know what we would need to do to get Python in the Apple > application store as a free App? > > The default security settings on OS X 10.8 block the installation of the DMG > (or any software d

Re: [Python-Dev] Putting the Mac Build in the Apple App Store

2013-06-04 Thread Ronald Oussoren
On 4 Jun, 2013, at 6:44, Raymond Hettinger wrote: > Does anyone know what we would need to do to get Python in the Apple > application store as a free App? > > The default security settings on OS X 10.8 block the installation of the DMG > (or any software downloaded outside the app store).

Re: [Python-Dev] Validating SSL By Default (aka Including a Cert Bundle in CPython)

2013-06-04 Thread Ronald Oussoren
On 3 Jun, 2013, at 7:58, Benjamin Peterson wrote: > 2013/6/2 Donald Stufft : >> As of right now, as far as I can tell, Python does not validate HTTPS >> certificates by default. As far as I can tell this is because there is no >> guaranteed certificates available. >> >> So I would like to propo

Re: [Python-Dev] Let's get rid of unbound methods

2013-06-04 Thread Steven D'Aprano
On 04/06/13 12:43, 探晴 wrote: Your email appears to be blank, except for a large chunk of HTML code. Did you have something specific to say other than the subject line? As for unbound methods, Guido's time machine strikes again. They're already gone in Python 3. py> class X: ... def sp

[Python-Dev] [engineering.redhat.com #216557] [Fwd: Validating SSL By Default (aka Including a Cert Bundle in CPython)]

2013-06-04 Thread Red Hat Security Response Team
Hello David, Donald, David, thank you for sharing these intentions with us. On Mon Jun 03 15:56:09 2013, dmalc...@redhat.com wrote: > > As of right now, as far as I can tell, Python does not validate HTTPS > certificates by default. As far as I can tell this > is because there is no guarantee

[Python-Dev] Do you consider Python a 4GL? Why (not)?

2013-06-04 Thread Carlos Nepomuceno
Do you consider Python a 4GL? Why (not)? ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

Re: [Python-Dev] Do you consider Python a 4GL? Why (not)?

2013-06-04 Thread Dan Stromberg
On Tue, Jun 4, 2013 at 4:53 PM, Carlos Nepomuceno < carlosnepomuc...@outlook.com> wrote: > Do you consider Python a 4GL? Why (not)? > By the wikipedia definition of 4GL and 5GL, I'd say Python is neither. And it's not a VHLL either, again according to the wikipedia definition. But IMO it is too

Re: [Python-Dev] Do you consider Python a 4GL? Why (not)?

2013-06-04 Thread Chris Angelico
On Wed, Jun 5, 2013 at 11:17 AM, Dan Stromberg wrote: > > On Tue, Jun 4, 2013 at 4:53 PM, Carlos Nepomuceno > wrote: >> >> Do you consider Python a 4GL? Why (not)? > > > By the wikipedia definition of 4GL and 5GL, I'd say Python is neither. And > it's not a VHLL either, again according to the wi

[Python-Dev] PEP 443 Accepted

2013-06-04 Thread Guido van Rossum
Łukasz, Congratulations! I've accepted PEP 443. I've already marked it as Accepted in the repo. I've also applied some very minor edits in order to make the text flow a little better in a few places. I think this is a great PEP -- it's simple, doesn't overreach, and you've managed the bikeshedding

[Python-Dev] PyPI upload error

2013-06-04 Thread MRAB
I've just tried to upload to PyPI using setup.py and got this error: Upload failed (503): backend write error Can anyone tell me what it means? ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Uns

Re: [Python-Dev] PEP 443 Accepted

2013-06-04 Thread Ethan Furman
Congratulations, Łukasz! -- ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] PyPI upload error

2013-06-04 Thread Donald Stufft
On Jun 4, 2013, at 9:47 PM, MRAB wrote: > I've just tried to upload to PyPI using setup.py and got this error: > >Upload failed (503): backend write error > > Can anyone tell me what it means? > ___ > Python-Dev mailing list > Python-Dev@python.o

Re: [Python-Dev] PyPI upload error

2013-06-04 Thread MRAB
On 05/06/2013 03:07, Donald Stufft wrote: On Jun 4, 2013, at 9:47 PM, MRAB mailto:pyt...@mrabarnett.plus.com>> wrote: I've just tried to upload to PyPI using setup.py and got this error: Upload failed (503): backend write error Can anyone tell me what it means? This is probably more app