Skip to content
Closed
1 change: 1 addition & 0 deletions doc/data/messages/d/deprecated-module/bad.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import optparse # [deprecated-module]
1 change: 1 addition & 0 deletions doc/data/messages/d/deprecated-module/good.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import argparse
2 changes: 2 additions & 0 deletions doc/data/messages/d/deprecated-module/related.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `PEP 594 - Removing dead batteries from the standard library <https://peps.python.org/pep-0594/>`_
- `Official Python Programming Language Changelog <https://docs.python.org/3/whatsnew/changelog.html#>`_