From 81f4b663b43613b05b4d15a4ea0b45f84c89b624 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 17 Feb 1998 19:01:02 +0000 Subject: [PATCH] Started a TODO list with the latest bug reports. In part prompted by questions from AMK. --- Doc/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Doc/TODO diff --git a/Doc/TODO b/Doc/TODO new file mode 100644 index 0000000000..23aad66167 --- /dev/null +++ b/Doc/TODO @@ -0,0 +1,9 @@ +PYTHON DOCUMENTATION TO-DO LIST +=============================== + + +* array module: methods read(), reverse(), write() of the array object. + +* Fix partparse.py again, or toss it into the abyss. + +* Figure out ligature issues for PDF on Macs. -- 2.50.1