diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-11-24 16:48:47 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-11-24 16:48:47 (GMT) |
commit | 88db37442238079a2eff4d142e8e94cfddb58e22 (patch) | |
tree | ac4046862624d15d5fb5b09a9fe4104f31c7e3d7 /Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst | |
parent | 15d42d7ec6ad4305ea20c7b98ab093bd33bc254c (diff) | |
download | cpython-88db37442238079a2eff4d142e8e94cfddb58e22.zip cpython-88db37442238079a2eff4d142e8e94cfddb58e22.tar.gz cpython-88db37442238079a2eff4d142e8e94cfddb58e22.tar.bz2 |
Python 3.9.1rc1v3.9.1rc1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst b/Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst deleted file mode 100644 index 6339182..0000000 --- a/Misc/NEWS.d/next/Library/2020-11-15-15-23-34.bpo-42345.hiIR7x.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix various issues with ``typing.Literal`` parameter handling (flatten, -deduplicate, use type to cache key). Patch provided by Yurii Karabas. |