Message409225
If argparse will not be developed further to fix this bug, then we should undo the deprecation of optparse in the documentation (https://bugs.python.org/issue37103), since the stated justification for that deprecation was that optparse will not be developed further.
The documentation should encourage programmers to use correct libraries, and optparse is correct here where argparse is not. People who need the extra features of argparse and aren’t bothered by its incorrectness are welcome to decide to use it, but this is not the right default decision for the documentation to promote. |
|
Date |
User |
Action |
Args |
2021-12-27 03:40:05 | andersk | set | recipients:
+ andersk, rhettinger, cben, amcnabb, bethard, eric.smith, orivej, eric.araujo, r.david.murray, memeplex, gfxmonk, evaned, abacabadabacaba, gdb, nelhage, drm, davidben, martin.panter, paul.j3, skilletaudio, Christophe.Guillon, danielsh, spaceone, Clint Olsen, porton, Socob, maggyero, karzes, xtreak, fennec15, gaborjbernat |
2021-12-27 03:40:05 | andersk | set | messageid: <1640576405.13.0.468510108946.issue9334@roundup.psfhosted.org> |
2021-12-27 03:40:05 | andersk | link | issue9334 messages |
2021-12-27 03:40:05 | andersk | create | |
|