Python 3.x adoption

Ben Finney ben+python at benfinney.id.au
Fri Jan 17 20:27:39 EST 2014


Ben Finney <ben+python at benfinney.id.au> writes:

> Terry Reedy <tjreedy at 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




More information about the Python-list mailing list