Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
28edf12c
Commit
28edf12c
authored
Apr 15, 2015
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Allison Kaptur (#21217)
parent
ef9ffcbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-3
No files found.
Misc/ACKS
View file @
28edf12c
...
...
@@ -704,6 +704,7 @@ Peter van Kampen
Jan Kanis
Rafe Kaplan
Jacob Kaplan-Moss
Allison Kaptur
Janne Karila
Per Øyvind Karlsen
Anton Kasyanov
...
...
Misc/NEWS
View file @
28edf12c
...
...
@@ -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 i
s
used as decorator argument. Patch by Thomas Ballinge
r.
- 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 a
s
decorator argument. Patch by Thomas Ballinger and Allison Kaptu
r.
- Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment