Nick Coghlan wrote:
On 29 April 2018 at 12:52, Greg Ewing <greg.ew...@canterbury.ac.nz <mailto:greg.ew...@canterbury.ac.nz>> wrote:

    Alex Walters wrote:

        PEP 3099 is the big list of things that will not happen in Python 3.

        "There will be no alternative binding operators such as :=."

    The thread referenced by that is taling about a different issue,
    i.e. using a different symbol to rebind names in an outer scope.

Right, and that's also noted again in the accepted PEP which introduced "nonlocal" declarations: https://www.python.org/dev/peps/pep-3104/#rebinding-operator

Perhaps PEP 3099 could be amended to say "no alternative binding operators
for the purpose of distinguishing local and nonlocal bindings."

--
Greg


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to