My Python TODO list
Dec 08 2006, 14:10 EST [updated Dec 08 2006, 14:12 EST]
  • Spend a few hours fleshing out my PyCon talk "Writing Your Own Python Types in C." I already know what I want to say but I need to figure out how best to say it. A day of trial an error should give me some ideas before I sit down and write the first version.
  • Class Decorator PEP and patch. A couple weeks ago I promised the BDFL I would do this one.
  • str.partition() patch. I did a first pass months ago but I have to go back and finish writing tests for the places that don't have them. The behavior of rpartition() was also changed after I did the first pass so I'll have to recheck those few place where it is used. I'll also have to remove some parenthesis to fit the style guide. I always use them in "If"s which is non-standard.
  • My probstat extension module needs some love. It was written several years ago and while it does work the code isn't very pythonic. It was written as a wrapper around a generic implementation. No one asked for the PerlXS bindings or that it be ported to PHP so I've started a rewrite to make it CPython from the ground up.

Archives
  • None Yet

0.03 seconds
jackdied.com 2003-2007