Hi Inada-san,
thanks for attending EuroPython. I won't be back online until
next Wednesday. Would it be possible to wait until then to continue
the discussion ?
Thanks,
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts
>>> Python Projects, Coaching and Cons
On Tue, Aug 4, 2020 at 3:31 PM M.-A. Lemburg wrote:
>
> Hi Inada-san,
>
> thanks for attending EuroPython. I won't be back online until
> next Wednesday. Would it be possible to wait until then to continue
> the discussion ?
>
Of course. The PEP is for Python 3.11. We have a lot of time.
Bests,
On Thu, 16 Jul 2020 at 19:09, Richard Damon wrote:
> One question that comes to mind, does match NEED a colon at the end of it? If
> it didn’t have the colon, it wouldn’t need the indent for the following lines.
Or something like
match t case ("rect", real, imag):
return complex(real, imag
Hi everyone,
By what I'm about to write below, I've aimed at a design to meet needs
resembling those that PEP 622 deals with, although with some differences,
especially in emphasis.
I'm not writing a full introduction here; the intended audience of this
email is people somewhat familiar with PEP
Hi Larry,
You are right that just dismissing intuition is wrong. I should have
been more careful with my wording or explain them better, and I would
like to apologise if my response came across as too strong in this
regard.
The actual problem that I see is that we have different
cultu