diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2020-03-06 05:19:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 05:19:22 (GMT) |
commit | 8bae21962bab2fac7630982abd73676b89930902 (patch) | |
tree | b720379ee0bb9aca6695fa04d4f6dc446f70d394 /Misc/NEWS.d | |
parent | e63117a84ef11083be86db7afb2ac2789491ca09 (diff) | |
download | cpython-8bae21962bab2fac7630982abd73676b89930902.zip cpython-8bae21962bab2fac7630982abd73676b89930902.tar.gz cpython-8bae21962bab2fac7630982abd73676b89930902.tar.bz2 |
bpo-39868: Update Language Reference for PEP 572. (#18793)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-03-05-16-29-03.bpo-39868.JQoHhO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-03-05-16-29-03.bpo-39868.JQoHhO.rst b/Misc/NEWS.d/next/Documentation/2020-03-05-16-29-03.bpo-39868.JQoHhO.rst new file mode 100644 index 0000000..9fa8bfd --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-03-05-16-29-03.bpo-39868.JQoHhO.rst @@ -0,0 +1 @@ +Updated the Language Reference for :pep:`572`. |