[Python-Dev] Assignment expression and coding style: the while True case (original) (raw)
Victor Stinner vstinner at redhat.com
Thu Jul 5 17:47:44 EDT 2018
- Previous message (by thread): [Python-Dev] Assignment expression and coding style: the while True case
- Next message (by thread): [Python-Dev] PEP 572, VF/B, and "Shark Jumping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I wrote more pull requests in the meanwhile to see how assignment expressions could be used in the standard library. I combined my 5 PR into a new single PR to see all changes at once:
https://github.com/python/cpython/pull/8122/files
Again, all these PR must not be merged. I only wrote them to discuss when it's appropriate or not to use assingment expressions.
Victor
- Previous message (by thread): [Python-Dev] Assignment expression and coding style: the while True case
- Next message (by thread): [Python-Dev] PEP 572, VF/B, and "Shark Jumping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]