diff options
author | Emily Morehouse <emily@cuttlesoft.com> | 2019-09-11 14:37:12 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-11 14:37:12 (GMT) |
commit | 6357c95716d89ac1f80587fbc4133df8d2e8396c (patch) | |
tree | a1881762e3dae76cd14c2bc1ddbbdae5ec4ecef9 /Doc/whatsnew | |
parent | 72c359912d36705a94fca8b63d80451905a14ae4 (diff) | |
download | cpython-6357c95716d89ac1f80587fbc4133df8d2e8396c.zip cpython-6357c95716d89ac1f80587fbc4133df8d2e8396c.tar.gz cpython-6357c95716d89ac1f80587fbc4133df8d2e8396c.tar.bz2 |
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Add or update assignment expression documentation for:
- FAQ - Design
- Reference - Expressions
- Reference - Lexical Analysis
https://bugs.python.org/issue35224
Automerge-Triggered-By: @matrixise
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 -------------------------- |