[Python-Dev] Re: [RELEASE] Expedited release of Python3.11.0b3!!

2022-06-01 Thread Jean Abou Samra
Le 01/06/2022 à 19:11, Miro Hrončok a écrit : On 01. 06. 22 17:47, Pablo Galindo Salgado wrote: Hi everyone, Due to a known incompatibility with pytest and the previous beta release (Python 3.11.0b2) and after some deliberation, me and the rest of the release team have decided to do an expe

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-05-31 Thread Jean Abou Samra
Le 01/06/2022 à 00:02, Pablo Galindo Salgado a écrit : You may be able to work around this issue by preventing pytest to rewrite the assert statements by adding `--assert=plain` to the command line invocation until we have beta 3 next month. Thank you! That did the trick. Worth mentioning in

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-05-31 Thread Jean Abou Samra
Hi, Le 31/05/2022 à 15:31, Pablo Galindo Salgado a écrit : We **strongly encourage** maintainers of third-party Python projects to **test with 3.11** during the beta phase and report issues found to [the Python bug tracker](https://github.com/python/cpython/issues) as soon as possible. I j

[Python-Dev] Re: Is it possible to view tokenizer output?

2022-05-29 Thread Jean Abou Samra
Le 30/05/2022 à 00:59, Jack a écrit : Hi, I'm just getting into the CPython codebase just for fun, and I've just started messing around with the tokenizer and the grammar. I was wondering, is there a way to just print out the results of the tokenizer (as in just the stream of tokens it genera

[Python-Dev] Re: GSOC

2022-04-19 Thread Jean Abou Samra
Hi, Le 19/04/2022 à 01:56, faresbaso...@gmail.com a écrit : i want to contribute in mailman which is a sub-org under python software Where do you see this? I can't find it under github.com/python. The repository seems to be living here: https://gitlab.com/mailman/mailman Wait, actually, I s

[Python-Dev] Re: About PEPs being discussed on Discourse

2022-04-07 Thread Jean Abou Samra
Le 07/04/2022 à 15:59, Victor Stinner a écrit : Hi, Would it be possible to announce new PEPs on python-dev please? I don't go often to Discourse, like once a month. I don't get any notification by email. I expected new PEPs to be announced on python-dev, but they are not announced here anymore

[Python-Dev] Re: Python 3.9.11

2022-03-16 Thread Jean Abou Samra
> Le 15 mars 2022 à 18:43, "Prasad, PCRaghavendra" > a écrit : > > Hi Team, > > Can someone please let us know the release date of Python 3.9.11 ( with > libexpat 2.4.8 security issues fixed ) > > In the python.org releases it was mentioned as 14-march-2022, but still, I > couldn’t see t

[Python-Dev] Re: fail keyword like there is pass keyword

2020-10-28 Thread Jean Abou Samra
.     case _:     impossible ``` where `impossible` raises AssertionError. Best regards, Jean Abou-Samra ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/li

[Python-Dev] Re: Critique of PEP 622 (Structural Pattern Matching)

2020-08-17 Thread Jean Abou Samra
> (the example with changing HTTP_OK value is downright horrifying). As was just mentioned by Guido in another thread, there is a SyntaxWarning to alert you. > This leads to the idea that, if a special syntax if eventually used for Value > Patterns, using the comparison operator in it might be

[Python-Dev] Re: PEP 622 questions

2020-08-17 Thread Jean Abou Samra
erent tree structures held in dataclasses, so the match statement, possibly in conjunction with algebraic types, would be useful as well. Best, Jean Abou Samra ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python

[Python-Dev] Re: PEP 622 questions

2020-08-17 Thread Jean Abou Samra
Hi, Thanks for your reply! > Le 16 août 2020 à 22:41, Guido van Rossum a écrit : > >> On Sun, Aug 16, 2020 at 12:37 PM Jean Abou Samra wrote: >> Hi there, >> >> As a poor user, I am extremely excited about the possibilities PEP 622 >> (structural patter

[Python-Dev] PEP 622 questions

2020-08-16 Thread Jean Abou Samra
which I'm sorry about if it's dumb. Best regards, Jean Abou Samra ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/