This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2021-11-07.21:39:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636321157.49.0.174239035992.issue45745@roundup.psfhosted.org>
In-reply-to
Content
Just preparing to make a refleaks test run, so I ran:

./python -m test --help

The output related to refleaks seemed suspicious:

...
Special runs:
  -l, --findleaks       deprecated alias to --fail-env-changed
...
  --fail-env-changed    if a test file alters the environment, mark the test as failed

It's not obvious that "--fail-env-changed" has anything to do with "--findleaks". Does the -l/--findleaks message need to be corrected?
History
Date User Action Args
2021-11-07 21:39:17skip.montanarosetrecipients: + skip.montanaro
2021-11-07 21:39:17skip.montanarosetmessageid: <1636321157.49.0.174239035992.issue45745@roundup.psfhosted.org>
2021-11-07 21:39:17skip.montanarolinkissue45745 messages
2021-11-07 21:39:17skip.montanarocreate