aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-25 18:12:54 +0000
committerng0 <ng0@n0.is>2019-01-25 18:12:54 +0000
commita55e79c9bea5698ed994520e5c96dbd9ebf8911c (patch)
tree21835f319eb2f989865a8edd420efe464b107521
parente23709021f3862b00646fceeea9f0890f409b5c3 (diff)
downloadwww-a55e79c9bea5698ed994520e5c96dbd9ebf8911c.tar.gz
www-a55e79c9bea5698ed994520e5c96dbd9ebf8911c.zip
TODO
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index eb64652e..4c2624d8 100644
--- a/TODO
+++ b/TODO
@@ -24,4 +24,6 @@ template.py:
24 * it is currently broken with python2.7. Since I use python3.7 and 24 * it is currently broken with python2.7. Since I use python3.7 and
25 2.7 is on its way out: person who cares enough for 2.7, step up 25 2.7 is on its way out: person who cares enough for 2.7, step up
26 to fix this in a portable way (in other words, do not break 26 to fix this in a portable way (in other words, do not break
27 various corner cases for relative imports in the 3.x series!) 27 various corner cases for relative imports in the 3.x series!).
28 The mechanism is currently like an USB cable, 1st attempt fails,
29 second succeeds. reproducible, annoying, maybe don't fix it.