mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#138683)
* GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464)
(cherry picked from commit 22cb9ba8f9)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update check-warnings.py
---------
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
dee3428120
commit
829c81ae21
18 changed files with 33 additions and 34 deletions
|
|
@ -221,13 +221,6 @@
|
|||
('envvar', 'USER'),
|
||||
('envvar', 'USERNAME'),
|
||||
('envvar', 'USERPROFILE'),
|
||||
# Deprecated function that was never documented:
|
||||
('py:func', 'getargspec'),
|
||||
('py:func', 'inspect.getargspec'),
|
||||
# Undocumented modules that users shouldn't have to worry about
|
||||
# (implementation details of `os.path`):
|
||||
('py:mod', 'ntpath'),
|
||||
('py:mod', 'posixpath'),
|
||||
]
|
||||
|
||||
# Temporary undocumented names.
|
||||
|
|
@ -242,8 +235,6 @@
|
|||
('py:meth', '_SubParsersAction.add_parser'),
|
||||
# Attributes/methods/etc. that definitely should be documented better,
|
||||
# but are deferred for now:
|
||||
('py:attr', '__annotations__'),
|
||||
('py:meth', '__missing__'),
|
||||
('py:attr', '__wrapped__'),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue