help me

Simon Brunning simon at brunningonline.net
Wed Jun 9 07:04:33 EDT 2010


On 9 June 2010 11:47, madhuri vio <madhuri.vio at gmail.com> wrote:
> yea i was able to import by capitalizing t...thank u so much
> but wats the reason behind they just changed it for
> the significance of each version ..is it that way?

PEP 8 (<http://www.python.org/dev/peps/pep-0008/>) suggests that
module names be lower case. Python 3 was an opportunity to make
non-backwardly compatible fixes, including to the standard library.

-- 
Cheers,
Simon B.



More information about the Python-list mailing list