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 william.barr
Recipients william.barr
Date 2010-09-03.19:42:51
SpamBayes Score 5.8507617e-09
Marked as misclassified No
Message-id <1283542973.95.0.133487128669.issue9763@psf.upfronthosting.co.za>
In-reply-to
Content
Steps for reproduction:
1.  Open a new code window
2.  Enter python code which contains a syntax error
3.  F5 and attempt to run the file (This was done without saving first)
4.  Close the syntax error dialog.  
5.  Fix the syntax error and try to F5 again without saving again.  
6.  IDLE will encounter an error and unexpectedly close.  

I'm reporting this after having tested this on 4 different OSX 10.5.8 machines.  I'm not sure if other versions of Python are also susceptible to this as well.
History
Date User Action Args
2010-09-03 19:42:53william.barrsetrecipients: + william.barr
2010-09-03 19:42:53william.barrsetmessageid: <1283542973.95.0.133487128669.issue9763@psf.upfronthosting.co.za>
2010-09-03 19:42:52william.barrlinkissue9763 messages
2010-09-03 19:42:51william.barrcreate