Roundup Tracker - Issues

Message7451

Author rouilj
Recipients rouilj
Date 2022-02-06.19:58:34
Message-id <1644177514.04.0.449375115316.issue2551195@roundup.psfhosted.org>
In-reply-to
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.
History
Date User Action Args
2022-02-06 19:58:34rouiljsetrecipients: + rouilj
2022-02-06 19:58:34rouiljsetmessageid: <1644177514.04.0.449375115316.issue2551195@roundup.psfhosted.org>
2022-02-06 19:58:34rouiljlinkissue2551195 messages
2022-02-06 19:58:34rouiljcreate