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 della1rv
Recipients della1rv
Date 2009-01-18.05:27:41
SpamBayes Score 6.9813177e-06
Marked as misclassified No
Message-id <1232256473.01.0.852239057685.issue4985@psf.upfronthosting.co.za>
In-reply-to
Content
Idle hangs when given the name of a nonexistent file. The idle window
briefly appears, then disappears, the process hangs and has to be
terminated.

Platform:
  Linux 2.6.22-16-rt #1 SMP PREEMPT RT Mon Nov 24 21:03:25 GMT 2008 i686
GNU/Linux
  Ubuntu 7.10
  Python3.0 Final built from source.
  tk8.4
  I upgraded to tk8.5, idle still does the same thing.

To recreate type:
  rm foo.py
  idle foo.py
  # The idle window briefly appears, then disappears, the process hangs
  # and has to be terminated.

In previous versions of idle any nonexistent files would be created by
idle. This is what one would expect.

I have a patch for idlelib/PyShell.py that will make idle create any
nonexisting files.
History
Date User Action Args
2009-01-18 05:27:54della1rvsetrecipients: + della1rv
2009-01-18 05:27:53della1rvsetmessageid: <1232256473.01.0.852239057685.issue4985@psf.upfronthosting.co.za>
2009-01-18 05:27:48della1rvlinkissue4985 messages
2009-01-18 05:27:45della1rvcreate