[Python-Dev] serious bug in new import X as Y code

Sjoerd Mullender sjoerd@oratrix.nl
Sun, 20 Aug 2000 13:26:05 +0200


Here's another pretty serious bug.  Can you verify that this time it
isn't my configurations?

Try this:

from encodings import cp1006, cp1026

I get the error
ImportError: cannot import name cp1026
but if I try to import the two modules separately I get no error.

-- Sjoerd Mullender <sjoerd.mullender@oratrix.com>