On 9 June 2010 11:47, madhuri vio <madhuri....@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to