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 roger.serwy
Recipients roger.serwy
Date 2013-04-02.03:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364874160.69.0.887183749933.issue17614@psf.upfronthosting.co.za>
In-reply-to
Content
Using the bigfile.py generation program from #17613 triggers the following traceback:

Traceback (most recent call last):
  File "/usr/bin/idle", line 5, in <module>
    main()
  File "/usr/lib/python3.3/idlelib/PyShell.py", line 1431, in main
    if flist.open(filename) is None:
  File "/usr/lib/python3.3/idlelib/FileList.py", line 36, in open
    edit = self.EditorWindow(self, filename, key)
  File "/usr/lib/python3.3/idlelib/PyShell.py", line 113, in __init__
    if self.io.filename: self.restore_file_breaks()
  File "/usr/lib/python3.3/idlelib/PyShell.py", line 229, in restore_file_breaks
    filename = self.io.filename
AttributeError: 'NoneType' object has no attribute 'filename'
History
Date User Action Args
2013-04-02 03:42:40roger.serwysetrecipients: + roger.serwy
2013-04-02 03:42:40roger.serwysetmessageid: <1364874160.69.0.887183749933.issue17614@psf.upfronthosting.co.za>
2013-04-02 03:42:40roger.serwylinkissue17614 messages
2013-04-02 03:42:40roger.serwycreate