coding convention conversion

D-Man dsh8290 at rit.edu
Fri Dec 22 17:05:01 EST 2000


On a second thought,  my previous post will only change the
definitions, not the calls.  You could probably use the same technique
for the calls as well.

Alternatively you could make an explicit regex for each function and
use vim or sed to change it.  Ex:  g/fooBarBaz/s//foo_bar_baz/g   (for
vim)


-D




More information about the Python-list mailing list