From 40cac10b62509bc1ad12fe9c10a89ad83ca0fb84 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Mar 2014 13:00:17 +0000 Subject: [PATCH] Update TODO with Python bindings suggestion. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 4fcbed21a..f77602334 100644 --- a/TODO +++ b/TODO @@ -584,3 +584,9 @@ Midnight Commander (mc) extension Write an extension for mc that would let people browse into filesystems. See http://repo.or.cz/w/midnight-commander.git/tree/HEAD:/misc/ext.d + +Python +------ + +It seems as if we should call PyErr_Clear() somewhere in every +Python binding.