With progress comes change. The integration of BMesh into Trunk means the occasional change to the python interface. Often this will mean renaming a couple of API calls.
- bpy.context.active_object.data.faces has become bpy.context.active_object.data.polygons
- for remove doubles, distance= has become mergedist=
My code here will not reflect these changes on a day to day basis - what would be the point? it's a moving target. I will update this post when changes are brought to my attention, so if you notice that something doesn't work as expected, please feel compelled to drop me a line or leave a comment on the affected code.
An astute reader (Pierriko, below - thanks!) was fast enough to suggest some links about 2.62 API changes.
Changes to Matrices in 2.62
Matrix Indexing
Blender 2.62 Release Notes