| Ticket UUID: | 5507a9c0964674985b0f975eee8cd74f62a138fc | ||
| Title: | Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html | ||
| Type: | Bug | Created on: | 2021-12-08 23:46:16 |
| Submitter: | pointsman | Assigned to: | jan.nijtmans |
| Subsystem: | 69. Other | Severity: | Minor |
| Priority: | 5 Medium | Last modified: | 2021-12-18 15:04:43 |
| Status: | Closed | Closed by: | jan.nijtmans |
| Resolution: | Fixed | Closed on: | 2021-12-18 15:04:43 |
| Version: | 8.6.11 | ||
| Description: | ||||
From: Cecil Westerhof <[email protected]> Subject: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html Newsgroups: comp.lang.tcl Date: Wed, 08 Dec 2021 21:25:43 +0100 (3 hours, 8 minutes, 57 seconds ago) Organization: Decebal Computing On the page: https://www.tcl.tk/man/tcl/TclCmd/try.html It says: Handle different reasons for a file to not be openable for reading: But the file is opened with: set f [open /some/file/name w] This should be: set f [open /some/file/name r] | ||||
| User Comments: | ||||
jan.nijtmans added on 2021-12-18 15:04:43:
Fixed [11ab94a452|here]. Thanks for the report! | ||||
