summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_distutils.py
Commit message (Collapse)AuthorAgeFilesLines
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-8/+3
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* #7092: silence more -3 and -Wd warningsEzio Melotti2010-01-311-1/+6
|
* Try to fix transient refleaks in test_distutils.Antoine Pitrou2009-10-271-0/+1
|
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-151-0/+17
We need to write more; hopefully the barrier is a little lower now.