Ben Finney <ben+pyt...@benfinney.id.au> writes: > Terry Reedy <tjre...@udel.edu> writes: > > > Since 3.0, we have added new syntax ('yield from', u'' for instance) > > but I do not believe we have deleted or changed any syntax (I might > > have forgotten something minor) > > I'm aware of the removal of ‘`foo`’ (use ‘repr(foo)’ instead), and > removal of ‘except ExcClass, exc_instance’ (use ‘except ExcClass as > exc_instance’ instead).
Ah, you meant “deleted or changed any Python 3 syntax”. No, I'm not aware of any such changes. -- \ “I have never imputed to Nature a purpose or a goal, or | `\ anything that could be understood as anthropomorphic.” —Albert | _o__) Einstein, unsent letter, 1955 | Ben Finney -- https://mail.python.org/mailman/listinfo/python-list