Re: [Python-ideas] Multi Statement Lambdas

2018-10-28 Thread Vladimir Filipović
On Tue, Oct 23, 2018 at 1:16 PM Chris Angelico wrote: > a lambda function should be treated as a block of code > inside another function, and not as its own entity. You don't give a > name to the block of code between "if" and "else" ... Very well put! Thanks. > Currently, lambda functions are

Re: [Python-ideas] Standardising ASGI as a PEP

2018-10-28 Thread Andrew Godwin
On Sun, Oct 28, 2018 at 7:35 AM M.-A. Lemburg wrote: > On 28.10.2018 05:15, Andrew Godwin wrote: > > Right. This is why I think I'm unsure quite how to approach replacing it. > > Why would you want to replace it, if what you have in mind is a > different standard for a different audience and use

Re: [Python-ideas] [Distutils] Pypi private repo's

2018-10-28 Thread Jamesie Pic
This actively developed tool to manage private package indexes I just found by chance, leaving here for the record: https://github.com/helpshift/pypiprivate ___ Python-ideas mailing list Python-ideas@python.org

Re: [Python-ideas] Off-topic: can't access mail.python.org

2018-10-28 Thread MRAB
On 2018-10-28 15:44, Mikhail V wrote: Sorry for posting it here on the list, but I don't know the right contact for technical questions. The problem is, for 3 weeks or so the mail.python.org site is not accessible for me. What can be causing this? This means I can't

[Python-ideas] Off-topic: can't access mail.python.org

2018-10-28 Thread Mikhail V
Sorry for posting it here on the list, but I don't know the right contact for technical questions. The problem is, for 3 weeks or so the mail.python.org site is not accessible for me. What can be causing this? This means I can't manage the mail delivery, subscribe or unsubscribe or open any mail

Re: [Python-ideas] Standardising ASGI as a PEP

2018-10-28 Thread M.-A. Lemburg
On 28.10.2018 05:15, Andrew Godwin wrote: > On Sat, Oct 27, 2018 at 7:16 PM Nathaniel Smith > wrote: > > The WSGI PEP is a bit of a funny thing, since it's a PEP that doesn't > really involve the language or stdlib. (I guess there's wsgiref, but I > don't think