TODO 371 B

12345678910
  1. Waf 2.1
  2. -------
  3. - Remove Winphone/WinCE detection in msvc.py
  4. - Fix the circular imports ccroot<->c_config.py
  5. - Remove superfluous *k in ctx.load() and other unused parameters
  6. - Ensure conf.load() has the same interface as ctx.load()
  7. - Remove waflib.Runner.PriorityTasks.appendleft
  8. - Remove waflib.Task.TaskBase
  9. - Remove the upper class of waflib.Task.Task (metaclasses)