no module named exceptions?

Joaquin Abian gatoygata2 at gmail.com
Thu Apr 1 13:12:38 EDT 2010


In python 3.1,

>>> import exceptions
Traceback (most recent call last):
  File "<pyshell#6>", line 1, in <module>
    import exceptions
ImportError: No module named exceptions

in 2.6 no exception is raised
It should be the same in 3.1, isnt it?

Joaquin



More information about the Python-list mailing list