summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c39fbb0..2472c27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,9 +35,9 @@ Library
- Issue #23342: Add a subprocess.run() function than returns a CalledProcess
instance for a more consistent API than the existing call* functions.
-- Issue #21217: inspect.getsourcelines() now tries to compute the start and
- end lines from the code object, fixing an issue when a lambda function is
- used as decorator argument. Patch by Thomas Ballinger.
+- Issue #21217: inspect.getsourcelines() now tries to compute the start and end
+ lines from the code object, fixing an issue when a lambda function is used as
+ decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
- Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.