From 9922a63a5928216aac55e3b674b871b4d055aedb Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 30 Aug 2005 01:28:15 +0000 Subject: Add to-do list --- Doc/howto/TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Doc/howto/TODO diff --git a/Doc/howto/TODO b/Doc/howto/TODO new file mode 100644 index 0000000..22f0b4b --- /dev/null +++ b/Doc/howto/TODO @@ -0,0 +1,13 @@ + +Short-term tasks: + Quick revision pass to make HOWTOs match the current state of Python: +advocacy curses doanddont regex sockets sorting + +Medium-term tasks: + Revisit the regex howto. + * Add exercises with answers for each section + * More examples? + +Long-term tasks: + Integrate with other Python docs? + -- cgit v0.12