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
0adc9559
Commit
0adc9559
authored
Jan 27, 2014
by
Yury Selivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS: Add few missing news items
parent
e7dcc5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Misc/NEWS
Misc/NEWS
+10
-0
No files found.
Misc/NEWS
View file @
0adc9559
...
...
@@ -16,6 +16,16 @@ Library
- Issue #20308: inspect.signature now works on classes without user-defined
__init__ or __new__ methods.
- Issue #20372: inspect.getfile (and a bunch of other inspect functions that
use it) doesn'
t
crash
with
unexpected
AttributeError
on
classes
defined
in
C
without
__module__
.
-
Issue
#
20356
:
inspect
.
signature
formatting
uses
'/'
to
separate
positional
-
only
parameters
from
others
.
-
Issue
#
20223
:
inspect
.
signature
now
supports
methods
defined
with
functools
.
partialmethods
.
What
's New in Python 3.4.0 Beta 3?
==================================
...
...
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