This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author David E. Franco G.
Recipients David E. Franco G., martin.panter, terry.reedy, yselivanov
Date 2017-03-03.21:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488577466.62.0.782063607847.issue29706@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, Done.
that work in both 3.5 and 3.6 
I also did the 

    python -m idlelib.ColorDelegator

and 

    python -m idlelib.colorizer

and they turn ok

I also open those modules in their respective idle and run them, ColorDelegator work ok but colorizer throw me this error

    Traceback (most recent call last):
      File "C:\Anaconda3\Lib\idlelib\colorizer.py", line 279, in <module>
        verbosity=2, exit=False)
      File "C:\Anaconda3\lib\unittest\main.py", line 63, in __init__
        self.module = __import__(module)
      File "C:\Anaconda3\lib\idlelib\idle_test\test_colorizer.py", line 8, in <module>
        from test.support import requires
    ImportError: bad magic number in 'test': b'\x03\xf3\r\n'
    >>>
History
Date User Action Args
2017-03-03 21:44:26David E. Franco G.setrecipients: + David E. Franco G., terry.reedy, martin.panter, yselivanov
2017-03-03 21:44:26David E. Franco G.setmessageid: <1488577466.62.0.782063607847.issue29706@psf.upfronthosting.co.za>
2017-03-03 21:44:26David E. Franco G.linkissue29706 messages
2017-03-03 21:44:26David E. Franco G.create