Just a quick note that I've released version 0.2 of my subdist module. What is subdist? subdist is a C Python extension that calculates fuzzy substring matches, based on Levenshtein distance. subdist works purely with Unicode strings; calling one of its functions with a non-Unicode string will raise an error. What's new in version 0.2? [...]
