No IDLE for Python 3?

Posted by NotSuper on Stack Overflow See other posts from Stack Overflow or by NotSuper
Published on 2009-10-27T13:15:19Z Indexed on 2010/05/18 5:40 UTC
Read the original article Hit count: 540

Filed under:
|
|

I installed Python 3.1 yesterday on my Windows Vista PC, and was surprised to find that the version of IDLE is 2.6.4, for "Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32"

I was hoping to use IDLE to investigate some of the new features of Python 3...

I guess I'm stuck with the command line...

Anyone know what's up with Python 3's IDLE?

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about python-3.x