diff options
| author | Thomas Wouters <thomas@python.org> | 2025-10-14 13:52:15 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-10-14 13:52:31 (GMT) |
| commit | 8183fa5e3f78ca6ab862de7fb8b14f3d929421e0 (patch) | |
| tree | 627b925c27ce76352360de53929cb2f14c4b3bfb /Misc | |
| parent | bc2c8d748cf059712e9d513e05ea13e13844150d (diff) | |
| download | cpython-3.13.9.zip cpython-3.13.9.tar.gz cpython-3.13.9.tar.bz2 | |
Python 3.13.9v3.13.9
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. |
