diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-01 14:44:50 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-01 14:44:50 +0000 |
| commit | 4f92d8604ea814be0967f3dfd0ed720f6368e7b9 (patch) | |
| tree | a9945a318830b38d9a7e835a52222086359bf5d5 /docutils/test/alltests.py | |
| parent | 3c046dc2d94f7fe02c438e00f540146802ab97e7 (diff) | |
| download | docutils-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-x | docutils/test/alltests.py | 5 |
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() |
