diff options
author | Simon McVittie <smcv@debian.org> | 2018-02-28 10:18:30 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2018-02-28 10:40:41 +0000 |
commit | 54f6ca83c57d53e537bc82738eafff0cbe074097 (patch) | |
tree | c601b5deb1bdca45d45c56911438cf8796370631 /doc | |
parent | 8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975 (diff) | |
download | ikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar ikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar.gz |
rst: Use Python 3 instead of Python 2
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/consider_using_python3_for_rst_plugin.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/consider_using_python3_for_rst_plugin.mdwn b/doc/todo/consider_using_python3_for_rst_plugin.mdwn index b95dff641..741c78d38 100644 --- a/doc/todo/consider_using_python3_for_rst_plugin.mdwn +++ b/doc/todo/consider_using_python3_for_rst_plugin.mdwn @@ -23,3 +23,5 @@ change upstream immediately to give other maintainers a chance to comment. Thoug > change to ikiwiki. Can't attest for other situations, but am generally > biased toward biting future bullets as early as possible. > --[[schmonz]] + +>> Nobody objected, so it's now python3 for the next release. [[done]] --[[smcv]] |