diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 16:45:40 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 16:45:40 (GMT) |
commit | 06c245fb67ceea81c99406d1d1396fce5f4b6f38 (patch) | |
tree | 619d0ab67413fe0b401c93df2315d5daecf76087 /Misc/NEWS.d/next/Documentation | |
parent | 8c9453b5759f7ab86a01fab13b03cef5900eb328 (diff) | |
download | cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.zip cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.gz cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.bz2 |
Python 3.10.0a6
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-02-20-00-09-13.bpo-27646.HRsmo-.rst | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst b/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst deleted file mode 100644 index b737e12..0000000 --- a/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst +++ /dev/null @@ -1,2 +0,0 @@ -Update some deprecated unicode APIs which are documented as "will be removed -in 4.0" to "3.12". See :pep:`623` for detail. diff --git a/Misc/NEWS.d/next/Documentation/2021-02-20-00-09-13.bpo-27646.HRsmo-.rst b/Misc/NEWS.d/next/Documentation/2021-02-20-00-09-13.bpo-27646.HRsmo-.rst deleted file mode 100644 index 8ba398a..0000000 --- a/Misc/NEWS.d/next/Documentation/2021-02-20-00-09-13.bpo-27646.HRsmo-.rst +++ /dev/null @@ -1,2 +0,0 @@ -Clarify that 'yield from <expr>' works with any iterable, not just -iterators. |