mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
add another advancement
This commit is contained in:
parent
a7f594712e
commit
ae9a0a0f27
1 changed files with 4 additions and 3 deletions
|
@ -360,9 +360,10 @@ Some smaller changes made to the core Python language are:
|
||||||
on the :exc:`IOError` exception when trying to open a directory
|
on the :exc:`IOError` exception when trying to open a directory
|
||||||
on POSIX platforms. (Noted by Jan Kaliszewski; :issue:`4764`.)
|
on POSIX platforms. (Noted by Jan Kaliszewski; :issue:`4764`.)
|
||||||
|
|
||||||
* The Python tokenizer now translates line endings itself, so
|
* The Python tokenizer now translates line endings itself, so the
|
||||||
the :func:`compile` built-in function can now accept code using
|
:func:`compile` built-in function can now accept code using any
|
||||||
any line-ending convention.
|
line-ending convention. Additionally, it no longer requires that the
|
||||||
|
code end in a newline.
|
||||||
|
|
||||||
* Extra parentheses in function definitions are illegal in Python 3.x,
|
* Extra parentheses in function definitions are illegal in Python 3.x,
|
||||||
meaning that you get a syntax error from ``def f((x)): pass``. In
|
meaning that you get a syntax error from ``def f((x)): pass``. In
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue