]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add Allison Kaptur (#21217)
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2015 04:00:41 +0000 (00:00 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 Apr 2015 04:00:41 +0000 (00:00 -0400)
Misc/ACKS
Misc/NEWS

index c26ecf4995ae6112b1e3cb13e3e651d66bd58d3d..e04d9868048f1cb609d0aff6433fdf17a69724dc 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -704,6 +704,7 @@ Peter van Kampen
 Jan Kanis
 Rafe Kaplan
 Jacob Kaplan-Moss
+Allison Kaptur
 Janne Karila
 Per Ã˜yvind Karlsen
 Anton Kasyanov
index c39fbb0935e86ab0c1a375f1885c162a7b4252f2..2472c274a0002e6f965a8be5c4164db3d9955a5f 100644 (file)
--- 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.