Serhiy Storchaka
24b447edf2
Use in-memory streams instead of NamedTemporaryFile. (GH-9508)
2018-09-23 14:10:07 +03:00
Serhiy Storchaka
4b860fd777
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126)
...
Use "backslashreplace" instead of "unicode-escape". It is not
implementation depended and escapes only non-encodable characters.
Also simplify the code.
2018-09-23 09:12:59 +03:00
Serhiy Storchaka
fda7fe0148
Restore old distutils logging threshold after running test_log.
2015-11-12 13:15:41 +02:00
Ezio Melotti
b3aedd4862
#9424 : Replace deprecated assert* methods in the Python test suite.
2010-11-20 19:04:17 +00:00
Éric Araujo
70ec44a773
Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
2010-11-06 02:44:43 +00:00
Victor Stinner
5b08b4d230
Oops, add the new test_log.py for distutils test suite (missing part of r81359)
2010-05-19 17:15:50 +00:00