Hi,
I have several PRs pending there to get review for months. Anyone can help to
review and do a merge? Thanks.
https://github.com/python/cpython/pull/19447
https://github.com/python/cpython/pull/20254
https://github.com/python/cpython/pull/20256
https://github.com/python/cpython/pull/12670
bp
I think we are storing up trouble unless we
1) Allow arbitrary expressions after `case`, interpreted *as now*
2) Use *different* syntaxes, not legal in expressions, for
alternative matching values (i.e. not `|` or `or`) (NB
simply stacking with multiple `case` lines is one pos
Hi Rob,
You are right: the grammar should probably read `suite` rather
than `block` (i.e. the `pass` is necessary). Thanks for catching
this!
As for the second question, I assume there might be a slight
oversight on your part. The last line in the example replaces the
string `"_"` rather th
On 24/06/2020 20:38, Guido van Rossum wrote:
Everyone,
If you've commented and you're worried you haven't been heard, please
add your issue *concisely* to this new thread. Note that the following
issues are already open and will be responded to separately; please
don't bother commenting on