* Consolidated version numbering documentation in docs/dev/policies.txt (moved text...
commitb855b45ba4b76b1127e24f1ddad104f403f7b4fc
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 14 Aug 2017 22:23:30 +0000 (14 22:23 +0000)
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 14 Aug 2017 22:23:30 +0000 (14 22:23 +0000)
treef6d3a49cf72f68ea376904e092f8853642d22df1
parente8d6ab95fc62d64a933feaf7ad964dfb21adf999
* Consolidated version numbering documentation in docs/dev/policies.txt (moved text from docs/dev/release.txt).
* Updated docutils.utils.version_identifier for Python 2.6 (docutils.VersionInfo).
* Moved code from tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier to tests/test__init__.py::VersionInfoTests.test_version_identifier; uncommented lines in tests/test__init__.py::VersionInfoTests.test_version_info.
* Added new tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docs/dev/policies.txt
docutils/docs/dev/release.txt
docutils/docutils/utils/__init__.py
docutils/test/test__init__.py
docutils/test/test_utils.py