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
9e25701e
Commit
9e25701e
authored
Aug 17, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup nits.
parent
d26c18ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/library/functools.rst
Doc/library/functools.rst
+4
-3
No files found.
Doc/library/functools.rst
View file @
9e25701e
...
...
@@ -163,13 +163,14 @@ The :mod:`functools` module defines the following functions:
wrapper function itself is missing any attributes named in *updated*.
.. versionadded:: 3.2
Automatic addition of the
__wrapped__ attribute
Automatic addition of the
``__wrapped__`` attribute.
.. versionadded:: 3.2
Copying of the
__annotations__ attribute by default
Copying of the
``__annotations__`` attribute by default.
.. versionchanged:: 3.2
Missing attributes no longer trigger an AttributeError
Missing attributes no longer trigger an :exc:`AttributeError`.
.. decorator:: wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)
...
...
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