• siebenschlaefer's Activity

Commented a forum post "support for enum module in the future?" created by jmegner
``enum`` _is_ supported, I was trying to solve a task which explicitly disabled any imports. Sorry,
Liked a comment created by Sim0000 for forum post "support for enum module in the future?"
Do you use Python 3? When I try this code, there is no error.

    from enum import Enum
    
    cl
Liked a comment created by DahliaSR for forum post "support for enum module in the future?"
In which task are you trying to use _Enum_? May it is a task where imports are disabled.
Commented a forum post "support for enum module in the future?" created by jmegner
Yes, that's the case. The first paragraph of **parse-array** explicitly says '"import", "exec" and "
Commented a forum post "support for enum module in the future?" created by jmegner
Yes I do ("Python 3.6rc1" in the dropdown menu). ``from enum import Enum`` works if I click "Run", b
Commented a forum post "support for enum module in the future?" created by jmegner
If I use ``from enum import Enum`` and click "Check", I get ``` ImportError: __import__ not found, ,
Commented a forum post "support for enum module in the future?" created by jmegner
Now that checkio supports Python 3.6rc1 are there any plans for the ``enum`` module?