summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-11 15:12:09 (GMT)
committerStéphane Wirtel <stephane@wirtel.be>2019-09-11 15:12:09 (GMT)
commitbe2aa58fdc29cf13aabff6d6712e7853e94e88f8 (patch)
tree94f6efa4530f61c3fa47db0fba627f505988f00f /Doc/whatsnew
parente784bb7c6b2a52e80d7c03cb85e5faab11a1ccbd (diff)
downloadcpython-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.rst2
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
--------------------------