diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-10-17 12:45:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 12:45:13 (GMT) |
commit | 24e4ec7766fd471deb5b7e5087f0e7dba8576cfb (patch) | |
tree | 76530df6f2e24de8c9c016476cbe0026bae90505 /Misc/NEWS.d/next/Core and Builtins | |
parent | be5e8a010341c4d2d28ef53a1baed402ee06466e (diff) | |
download | cpython-24e4ec7766fd471deb5b7e5087f0e7dba8576cfb.zip cpython-24e4ec7766fd471deb5b7e5087f0e7dba8576cfb.tar.gz cpython-24e4ec7766fd471deb5b7e5087f0e7dba8576cfb.tar.bz2 |
gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (#110973)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst new file mode 100644 index 0000000..a2f9319 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst @@ -0,0 +1,2 @@ +Fix error messages for indented blocks with functions and classes with +generic type parameters. Patch by Pablo Galindo |