A few more runtime updates.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 4a4b648..e7fc593 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 10
+*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 11
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -119,6 +119,9 @@
 	a = b;
     }
 
+Problem passing non-UTF-8 strings to Python 3. (Björn Linse, 2016 Sep 11,
+#1053)  With patch, does it work?
+
 Use ADDR_OTHER instead of ADDR_LINES for many more commands.
 Add tests for using number larger than number of lines in buffer.