[EMAIL PROTECTED] (Joan M. Garcia) writes: > Ben Finney <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list