summaryrefslogtreecommitdiff
path: root/docutils/test/alltests.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-01 14:44:50 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-01 14:44:50 +0000
commit4f92d8604ea814be0967f3dfd0ed720f6368e7b9 (patch)
treea9945a318830b38d9a7e835a52222086359bf5d5 /docutils/test/alltests.py
parent3c046dc2d94f7fe02c438e00f540146802ab97e7 (diff)
downloaddocutils-4f92d8604ea814be0967f3dfd0ed720f6368e7b9.tar.gz
docutils.__version_details__ renamed from .__version_suffix__
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3417 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/alltests.py')
-rwxr-xr-xdocutils/test/alltests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/test/alltests.py b/docutils/test/alltests.py
index 4092d38a6..03c85e4ce 100755
--- a/docutils/test/alltests.py
+++ b/docutils/test/alltests.py
@@ -74,8 +74,9 @@ sys.stdout = sys.stderr = Tee('alltests.out')
import package_unittest
-print ('Testing Docutils %s with Python %s on %s at %s'
- % (docutils.__version__, sys.version.split()[0],
+print ('Testing Docutils %s %s with Python %s on %s at %s'
+ % (docutils.__version__, docutils.__version_details__,
+ sys.version.split()[0],
time.strftime('%Y-%m-%d'), time.strftime('%H:%M:%S')))
sys.stdout.flush()