summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-07 20:11:44 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-07 20:11:44 +0000
commit323daef597c87ef826f6a46b4fe86ec4f8dde12a (patch)
treee466a08c2015a709238eca1ca9ec2222e711f72a /docutils/docs/dev
parentbbeaed60ef50b020305040d7aac84adb682b192d (diff)
downloaddocutils-323daef597c87ef826f6a46b4fe86ec4f8dde12a.tar.gz
Suggest de-coupling switch of version control system and host.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index c5bd46a98..33c0a68f1 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -101,6 +101,11 @@ Convert with reposurgeon_?
__ https://git.wiki.kernel.org/index.php/
Interfaces,_frontends,_and_tools#Subversion
+Sourceforge supports multiple Git repositories per project, so we can
+switch the version control system independent of the decision on an
+eventual switch of the host.
+Cf. https://sourceforge.net/p/forge/documentation/Git/
+
General
=======
@@ -109,13 +114,13 @@ Miscellaneous
Code cleanup and modernization:
Use flake8_? See also the configuration in `<../../tox.ini>`__.
-
- Check and solve issue from :PEP:`290` - Code Migration and Modernization.
+
+ Check and solve issue from :PEP:`290` - Code Migration and Modernization.
(Covers issues up to Python 2.4, is there an equivalent for more recent
modernizations?)
- Ensure `backwards compatibility`_!
-
+ Ensure `backwards compatibility`_!
+
.. _flake8: https://pypi.org/project/flake8/
.. _backwards compatibility: policies.html#backwards-compatibility-policy