From 922186f7a86a8d1c2052ae78d2361818e94f46ea Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Thu, 16 Aug 2018 23:30:05 +0200 Subject: [PATCH] docs --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 656f8ab5..1392725b 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,9 @@ Waf 2.1 - Remove Winphone/WinCE detection in msvc.py - Fix the circular imports ccroot<->c_config.py - Remove superfluous *k in ctx.load() and other unused parameters -- Ensure conf.load() has the same interface as ctx.load() + Ensure conf.load() has the same interface as ctx.load() - Remove waflib.Runner.PriorityTasks.appendleft - Remove waflib.Task.TaskBase - Remove the upper class of waflib.Task.Task (metaclasses) +- Ordered_iter_dict in python 3.7 +- Change _add_task to add_task in Runner.py