On 26/03/2014 16:54, Alan Gauld wrote:
On 26/03/14 15:38, Mark Lawrence wrote:
On 26/03/2014 01:26, Alan Gauld wrote:

 >>> if ph < 7.0:
        print(ph, "is acidic.")
elif ph > 7.0:
        print(ph, "is basic.")

in my IDLE.

That's pretty ugly and I wish the IDLE guys would fix it but
it's been that way for a long time.

Please raise an issue on the bug tracker if there isn't one already,

Its well known as an issue and already logged. There are even a couple
of unofficial version of IDLE that fix it, but for some reason they
never get into the official code base.


There's a message on the IDLE mailing list asking about this earlier today.

Jessica McKellar, a PSF board member, is also pushing to get more fixed on IDLE as it's often a newbie's first interaction with Python.

--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to