SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

Style convention #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Rename variables, functions etc according to standard python style
conventions, at least for most things.
In particular, change ReadFile to read_file etc. (can keep old one for
backwards compatibility).

Original issue reported on code.google.com by darcymason@gmail.com on 13 Oct 2008 at 3:50

GoogleCodeExporter commented 9 years ago
read_file etc converted to PEP8 style in r92. More conversions still ongoing.

Original comment by darcymason@gmail.com on 17 Mar 2009 at 3:08

GoogleCodeExporter commented 9 years ago
Set difficulty. Should ideally produce a list of "public" properties etc that 
should 
be changed to new style. 

Original comment by darcymason@gmail.com on 12 Jun 2009 at 3:33