aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to '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.