diff options
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS.d/3.13.9.rst | 8 | ||||
| -rw-r--r-- | Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.13.9.rst b/Misc/NEWS.d/3.13.9.rst new file mode 100644 index 0000000..d1ed117 --- /dev/null +++ b/Misc/NEWS.d/3.13.9.rst @@ -0,0 +1,8 @@ +.. date: 2025-10-09-13-48-28 +.. gh-issue: 139783 +.. nonce: __NUgo +.. release date: 2025-10-14 +.. section: Library + +Fix :func:`inspect.getsourcelines` for the case when a decorator is followed +by a comment or an empty line. diff --git a/Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst b/Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst deleted file mode 100644 index 336653e..0000000 --- a/Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix :func:`inspect.getsourcelines` for the case when a decorator is followed -by a comment or an empty line. |
