From: Bruce S. <ba...@an...> - 2002-01-23 19:51:36
|
Thanks for bringing this up; I'd seen this go by in a lot of other stuff and not really paid attention to it. But I'll make this change for future VPython versions. I had played around with the -Qnew option but not enough to notice this indenting problem. In any case, we aren't setting the -Qnew option in VPython or for our students. Rather we tell them about the possibility of putting "from __future__ import division" in their own programs. Bruce Sherwood --On Wednesday, January 23, 2002 1:32 PM -0500 art...@rs... wrote: > Below is from the EDU-SIG list. With obvious relevance to > VPython. > > Tim's fix is in the > > def classifyws: > > > Art |