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 berker.peksag
Recipients berker.peksag, brian.curtin, ezio.melotti, r.david.murray
Date 2013-04-27.13:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367067667.8.0.66546715471.issue17652@psf.upfronthosting.co.za>
In-reply-to
Content
> Could you also propose places in the test to use this?

Sure.

- Lib/test/test_py_compile.py
- Lib/test/test_cmd_line.py
- Lib/test/test_faulthandler.py
- Lib/test/test_subprocess.py
- Lib/test/test_fileio.py
- Lib/test/test_io.py
- Lib/test/test_logging.py
- Lib/test/test_uuid.py
- Lib/test/datetimetester.py
- Lib/test/test_glob.py
- Lib/test/test_import.py
- Lib/test/test_multiprocessing.py
- Lib/test/test_signal.py
- Lib/test/test_site.py
- Lib/test/test_sysconfig.py

Here's an alternative patch that adds an optional "reason" parameter.
History
Date User Action Args
2013-04-27 13:01:07berker.peksagsetrecipients: + berker.peksag, ezio.melotti, r.david.murray, brian.curtin
2013-04-27 13:01:07berker.peksagsetmessageid: <1367067667.8.0.66546715471.issue17652@psf.upfronthosting.co.za>
2013-04-27 13:01:07berker.peksaglinkissue17652 messages
2013-04-27 13:01:07berker.peksagcreate