DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

Consider renaming classes to be consistent with PEP 8 #36

Open NeilGirdhar opened 12 years ago

NeilGirdhar commented 12 years ago

The Style Guide for Python Code, PEP 8, says:

Almost without exception, class names use the CapWords convention. Classes for internal use have a leading underscore in addition.