SF.net SVN: docutils:[9791 ] trunk/docutils/test/allte sts.py
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9791
http://sourceforge.net/p/docutils/code/9791
Author: aa-turner
Date: 2024-07-31 05:08:34 +0000 (Wed, 31 Jul 2024)
Log Message:
-----------
Remove an outdated comment
Modified Paths:
--------------
trunk/docutils/test/alltests.py
Modified: trunk/docutils/test/alltests.py
===================================================================
--- trunk/docutils/test/alltests.py 2024-07-31 03:58:36 UTC (rev 9790)
+++ trunk/docutils/test/alltests.py 2024-07-31 05:08:34 UTC (rev 9791)
@@ -25,8 +25,6 @@
# Prepend the "docutils root" to the Python library path
# so we import the local `docutils` package.
-# For Python < 3.9, we need `resolve()` to ensure an absolute path.
-# https://docs.python.org/3/whatsnew/3.9.html#other-language-changes
DOCUTILS_ROOT = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(DOCUTILS_ROOT))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.