Wed Jul 16 08:21:12 2008
Ticket #33 (Closed: fixed)
ArchiveViewer: Avoid EOFError and traceback
| Priority: | normal | Reporter: | h.goebel@goebel-consult.de |
|---|---|---|---|
| Severity: | minor | Assigned to: | giovannibajo |
| Component: | PyInstaller | Status: | closed |
| Version: | Resolution: | fixed | |
| Milestone: | Keywords: |
Description by h.goebel@goebel-consult.de:
Attached path suppresses the 'EOFError' and traceback when the user presses Control-D.
I often use Ctrl-D to leave interactive program, like Python or bash. So suppressing this traceback is desirable.
Attachments
Changelog
Wed Jul 16 08:22:25 2008: Modified by h.goebel@goebel-consult.de
- attachment added: av.patch
Fri Jul 18 19:31:10 2008: Modified by giovannibajo
- resolution set to fixed
- status changed from new to closed

Applied in [472]. Thanks!