J
Joaquin Abian
In python 3.1,
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
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