Re: [Python-Dev] modules dependencies issues

2015-07-09 Thread Cyril Scetbon
Okay I'll try. Thanks > On Jul 9, 2015, at 20:24, Ethan Furman wrote: > > On 07/09/2015 10:34 AM, Cyril Scetbon wrote: > > [...] > > Greetings! > > You have found the gathering place of the Python Developers -- as in, we > discuss the development /of/ Python, not developing /with/ Python. >

Re: [Python-Dev] modules dependencies issues

2015-07-09 Thread Ethan Furman
On 07/09/2015 10:34 AM, Cyril Scetbon wrote: [...] Greetings! You have found the gathering place of the Python Developers -- as in, we discuss the development /of/ Python, not developing /with/ Python. You should ask your question on python-list, and perhaps on distutils-sig. Good luck! --

[Python-Dev] modules dependencies issues

2015-07-09 Thread Cyril Scetbon
Hi, I use pip to install modules and setuptools to install dependencies, and generate a console_script using the entry_point parameter of setup. Here is the issue : my current sources depend on modules, let's say A=1.0, B=1.0, C=2.0. And C depends on B=1.1 I have no problem with using pip to in

Re: [Python-Dev] cpython: Tighten-up code in the set iterator to use an entry pointer rather than

2015-07-09 Thread Meador Inge
On Thu, Jul 9, 2015 at 7:41 AM, Guido van Rossum wrote: > On Wed, Jul 8, 2015 at 10:19 PM, Serhiy Storchaka > wrote: >> >> On 08.07.15 01:45, Raymond Hettinger wrote: >>> >>> P.S. I don't think python-dev post was necessary or helpful (and I still >>> haven't had a chance to read the whole thre

Re: [Python-Dev] Issue #15014 - SMTP AUTH initial-response (beta exception requested)

2015-07-09 Thread Barry Warsaw
On Jul 09, 2015, at 08:47 PM, Nick Coghlan wrote: >That strikes me as just the kind of >not-quite-as-finished-as-we-thought case that the beta cycle is >designed to flush out, so the minor further enhancement sounds like a >good idea to me. Cool. RDM provided some good feedback in the review, so

Re: [Python-Dev] OpenSSL Security Advisory [9 Jul 2015]

2015-07-09 Thread Christian Heimes
On 2015-07-09 15:29, Christian Heimes wrote: > Hi, > > this just came in. According to Zachary all Windows builds use 1.0.2c. > The version is vulnerable to a critical bug in the CA validation code of > OpenSSL. The bug can be abused to turn any valid server certificate into > a CA cert. > > We s

[Python-Dev] OpenSSL Security Advisory [9 Jul 2015]

2015-07-09 Thread Christian Heimes
Hi, this just came in. According to Zachary all Windows builds use 1.0.2c. The version is vulnerable to a critical bug in the CA validation code of OpenSSL. The bug can be abused to turn any valid server certificate into a CA cert. We should consider a security release of Python ASAP. Alternat

Re: [Python-Dev] PEP 493: Redistributor guidance for Python 2.7 HTTPS

2015-07-09 Thread Antoine Pitrou
On Thu, 9 Jul 2015 20:57:33 +1000 Nick Coghlan wrote: > > As Guido suggested, would you be willing to take on the BDFL-Delegate > task for this? It definitely seems appropriate given the errors and > omissions you've already found :) Fine. I'll take a look again and come up with questions, if I

Re: [Python-Dev] cpython: Tighten-up code in the set iterator to use an entry pointer rather than

2015-07-09 Thread Guido van Rossum
On Wed, Jul 8, 2015 at 10:19 PM, Serhiy Storchaka wrote: > On 08.07.15 01:45, Raymond Hettinger wrote: > >> P.S. I don't think python-dev post was necessary or helpful (and I still >> haven't had a chance to read the whole thread). It would have been >> sufficient to assign the tracker entry ba

Re: [Python-Dev] PEP 493: Redistributor guidance for Python 2.7 HTTPS

2015-07-09 Thread Nick Coghlan
On 8 July 2015 at 00:42, Antoine Pitrou wrote: > In this case, though, I was a bit miffed since I didn't notice that > PEP appearing on python-ideas (or perhaps I already forget discussing > it?), which made me frustrated that *perhaps* with less pointless > drifting I would have seen it. Being on

Re: [Python-Dev] Issue #15014 - SMTP AUTH initial-response (beta exception requested)

2015-07-09 Thread Nick Coghlan
On 8 July 2015 at 05:12, Barry Warsaw wrote: > On Jul 07, 2015, at 02:53 PM, Terry Reedy wrote: > >>To me, the main question is whether you are sure that your proposal is the >>right fix, or whether you might reasonably do something different (with the >>new arguments) if changes were reverted for