diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-11 15:12:09 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-11 15:12:09 (GMT) |
commit | be2aa58fdc29cf13aabff6d6712e7853e94e88f8 (patch) | |
tree | 94f6efa4530f61c3fa47db0fba627f505988f00f /Doc/whatsnew | |
parent | e784bb7c6b2a52e80d7c03cb85e5faab11a1ccbd (diff) | |
download | cpython-be2aa58fdc29cf13aabff6d6712e7853e94e88f8.zip cpython-be2aa58fdc29cf13aabff6d6712e7853e94e88f8.tar.gz cpython-be2aa58fdc29cf13aabff6d6712e7853e94e88f8.tar.bz2 |
bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967)
Add or update assignment expression documentation for:
- FAQ - Design
- Reference - Expressions
- Reference - Lexical Analysis
https://bugs.python.org/issue35224
Automerge-Triggered-By: @matrixise
(cherry picked from commit 6357c95716d89ac1f80587fbc4133df8d2e8396c)
Co-authored-by: Emily Morehouse <emily@cuttlesoft.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index aefe9b5..c2455f4 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -122,8 +122,6 @@ See :pep:`572` for a full description. (Contributed by Emily Morehouse in :issue:`35224`.) -.. TODO: Emily will sprint on docs at PyCon US 2019. - Positional-only parameters -------------------------- |