mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00
Get rid of the remaining versionadded/versionchanged directives.
This commit is contained in:
parent
1617457cff
commit
55ac8f0f26
161 changed files with 335 additions and 2197 deletions
|
@ -65,8 +65,6 @@ patterns.
|
|||
Return the subset of the list of *names* that match *pattern*. It is the same as
|
||||
``[n for n in names if fnmatch(n, pattern)]``, but implemented more efficiently.
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
|
||||
.. function:: translate(pattern)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue