From 7778a129d6318eeaa337e5b672283ff24f7ab342 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 Aug 2014 15:45:31 +0200 Subject: [PATCH] Remove tokenize from TODO. It turns out there are no other cases where this would make sense. --- doc/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index acd90a43c..d5f26116e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -55,7 +55,6 @@ Downloads Improvements / minor features ============================= -- Use tokenize.open where appropriate. - Add pylint checker to warn on open() without encoding. - We should have something like utils.debug.qenum_key for QFlags. - Honour icognito mode for cookies etc.