mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
add Allison Kaptur (#21217)
This commit is contained in:
parent
ef9ffcbcd4
commit
28edf12cd4
2 changed files with 4 additions and 3 deletions
|
@ -704,6 +704,7 @@ Peter van Kampen
|
||||||
Jan Kanis
|
Jan Kanis
|
||||||
Rafe Kaplan
|
Rafe Kaplan
|
||||||
Jacob Kaplan-Moss
|
Jacob Kaplan-Moss
|
||||||
|
Allison Kaptur
|
||||||
Janne Karila
|
Janne Karila
|
||||||
Per Øyvind Karlsen
|
Per Øyvind Karlsen
|
||||||
Anton Kasyanov
|
Anton Kasyanov
|
||||||
|
|
|
@ -35,9 +35,9 @@ Library
|
||||||
- Issue #23342: Add a subprocess.run() function than returns a CalledProcess
|
- Issue #23342: Add a subprocess.run() function than returns a CalledProcess
|
||||||
instance for a more consistent API than the existing call* functions.
|
instance for a more consistent API than the existing call* functions.
|
||||||
|
|
||||||
- Issue #21217: inspect.getsourcelines() now tries to compute the start and
|
- Issue #21217: inspect.getsourcelines() now tries to compute the start and end
|
||||||
end lines from the code object, fixing an issue when a lambda function is
|
lines from the code object, fixing an issue when a lambda function is used as
|
||||||
used as decorator argument. Patch by Thomas Ballinger.
|
decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
|
||||||
|
|
||||||
- Issue #23811: Add missing newline to the PyCompileError error message.
|
- Issue #23811: Add missing newline to the PyCompileError error message.
|
||||||
Patch by Alex Shkop.
|
Patch by Alex Shkop.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue