Update NEWS
This commit is contained in:
parent
eda0b89f67
commit
ca06294c18
8
NEWS.rst
8
NEWS.rst
@ -5,7 +5,9 @@ Unreleased
|
||||
|
||||
Other Breaking Changes
|
||||
------------------------------
|
||||
* `_` and `-` are now equivalent as single-character names
|
||||
* Mangling rules have been overhauled, such that mangled names
|
||||
are always legal Python identifiers
|
||||
* `_` and `-` are now equivalent even as single-character names
|
||||
|
||||
* The REPL history variable `_` is now `*1`
|
||||
|
||||
@ -13,6 +15,10 @@ Other Breaking Changes
|
||||
instead of ignoring it. This change increases consistency a bit
|
||||
and makes accidental unary uses easier to notice.
|
||||
|
||||
New Features
|
||||
------------------------------
|
||||
* Added `mangle` and `unmangle` as core functions
|
||||
|
||||
Bug Fixes
|
||||
------------------------------
|
||||
* Fix `(return)` so it works correctly to exit a Python 2 generator
|
||||
|
Loading…
Reference in New Issue
Block a user