Message7451
Per PEP594 (https://python.github.io/peps/pep-0594/)
optparse is listed as deprecated as of python 3.2.
It is not scheduled for removal yet, but the following code uses it:
scripts/schema-dump.py:from optparse import OptionParser
scripts/imapServer.py:import optparse
these scripts should use argparse. |
|
Date |
User |
Action |
Args |
2022-02-06 19:58:34 | rouilj | set | recipients:
+ rouilj |
2022-02-06 19:58:34 | rouilj | set | messageid: <1644177514.04.0.449375115316.issue2551195@roundup.psfhosted.org> |
2022-02-06 19:58:34 | rouilj | link | issue2551195 messages |
2022-02-06 19:58:34 | rouilj | create | |
|