diff options
author | Barry Warsaw <barry@python.org> | 2001-08-20 22:33:46 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-08-20 22:33:46 +0000 |
commit | 08fca5212528e073600c27c70a34eeef445f393b (patch) | |
tree | 2dd3c2c7e8474b779d13e054ada85d8cd5ae601c /Python/errors.c | |
parent | c0fb605ce3734e7d13301f9a232b12eaa09618ad (diff) | |
download | cpython-git-08fca5212528e073600c27c70a34eeef445f393b.tar.gz |
Removed --have-resources flag in favor of the more granular -u/--use
flag, which specifies external or resource intensive tests to
perform. This is used by test_largefile and test_socket_ssl.
-u/--use takes a comma separated list of flags, currently supported:
largefile, network.
usage(): New function. Note that the semantics of main() have changed
slightly; instead of returning an error code, it raises a
SystemExit (via sys.exit()) with the given error code.
main(): use_large_resources => use_resources
Also, added support for long-option alternative to the short
options.
_expectations: Added test_socket_ssl to the list of expectedly skipped
tests.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions