ANN: magnitude 0.9.1

Ben Finney bignose+hates-spam at benfinney.id.au
Tue Oct 16 05:05:41 EDT 2007


joanmg at gmail.com (Joan M. Garcia) writes:

> Ben Finney <bignose+hates-spam at benfinney.id.au> writes:
> > Please don't ever recommend 'from foo import *' in end-user
> > documentation. [...]
> 
> Got it, and solved.  Thanks.

Thanks for the quick response.

A further issue, that requires a change of interface: Please comply
with PEP 8 <URL:http://www.python.org/dev/peps/pep-0008/> for your
module interface. In particular, please name classes with TitleCase,
and functions, methods, and instance names with lower_case.

Also: "precision" is the correct spelling of that word.

-- 
 \         "I got up the other day, and everything in my apartment has |
  `\       been stolen and replaced with an exact replica."  -- Steven |
_o__)                                                           Wright |
Ben Finney



More information about the Python-list mailing list