[issue3099] On windows, "import nul" always succeed

Terry J. Reedy report at bugs.python.org
Thu Aug 5 01:37:58 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

>it is likely that the new import library will correct the problem.

Did it? 

With standard 3.1.2,
>>> import nul
...
ImportError: DLL load failed: The specified module could not be found.
>>> import con
...
ImportError: No module named con

So is there any problem with 2.7, or should we close this?

----------
nosy: +terry.reedy
versions: +Python 2.7 -Python 2.5, Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3099>
_______________________________________


More information about the Python-bugs-list mailing list