Skip to content

Commit a34f2d2

Browse files
Apply suggestions from code review
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 3b922b4 commit a34f2d2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Doc/library/warnings.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,15 +622,10 @@ Available Context Managers
622622
- ``line``: the line of source code (if available), or ``None``
623623
- ``source``: the original object that generated the warning (if
624624
available), or ``None``
625-
- ``module``: the module name where the warning occurred
626-
(:class:`str`), or ``None``
627625

628626
.. versionchanged:: 3.6
629627
The ``source`` attribute was added.
630628

631-
.. versionchanged:: 3.15
632-
The ``module`` attribute was added.
633-
634629
The type of these objects is not specified and may change; only the
635630
presence of these attributes is guaranteed.
636631

0 commit comments

Comments
 (0)