[Python-checkins] cpython: add Allison Kaptur (#21217)

benjamin.peterson python-checkins at python.org
Wed Apr 15 06:00:48 CEST 2015


https://hg.python.org/cpython/rev/582e8e71f635
changeset:   95672:582e8e71f635
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 15 00:00:41 2015 -0400
summary:
  add Allison Kaptur (#21217)

files:
  Misc/ACKS |  1 +
  Misc/NEWS |  6 +++---
  2 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -704,6 +704,7 @@
 Jan Kanis
 Rafe Kaplan
 Jacob Kaplan-Moss
+Allison Kaptur
 Janne Karila
 Per Øyvind Karlsen
 Anton Kasyanov
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,9 +35,9 @@
 - 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list