Re: Python 3 is killing Python

2014-07-17 Thread Marko Rauhamaa
Rick Johnson : > On Thursday, July 17, 2014 1:44:20 PM UTC-5, Marko Rauhamaa wrote: >> Rick Johnson : >> > Sure, IDLE is not *useless*, however, it is in fact woefully >> > inadequate and should be embarrassing to the whole community, both >> > in it's buggy-ness and it's poorly written source cod

Re: Python 3 is killing Python

2014-07-17 Thread Chris Angelico
On Fri, Jul 18, 2014 at 1:37 PM, Rick Johnson wrote: > I'm also just "gushing with exuberance" when i open a new > block and i get *EIGHT SPACE INDENTION*! Actually, you don't. And it wouldn't be a bug if you did. ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: I need an idea for practise!

2014-07-17 Thread Chris Angelico
On Fri, Jul 18, 2014 at 2:06 PM, Rick Johnson wrote: > On Thursday, July 17, 2014 10:23:50 PM UTC-5, Chris Angelico wrote: >> And be sure *not* to colorize built-ins (but *do* colorize >> keywords) in contexts where the tokens are actually >> identifiers, like "x.open = 1". > > Just check for word

<    1   2