Skip to content

Commit 0f128b9

Browse files
gh-129842: warnings.py: Remove obsolete requirement reference (GH-129845)
1 parent 80b9e79 commit 0f128b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/warnings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,6 @@ def __init__(self, *, record=False, module=None,
473473
"""Specify whether to record warnings and if an alternative module
474474
should be used other than sys.modules['warnings'].
475475
476-
For compatibility with Python 3.0, please consider all arguments to be
477-
keyword-only.
478-
479476
"""
480477
self._record = record
481478
self._module = sys.modules['warnings'] if module is None else module

0 commit comments

Comments
 (0)