roman-neuhauser (Roman Neuhauser)
- Login: roman-neuhauser
- Email: rneuhauser@suse.cz
- Registered on: 10/18/2012
- Last sign in: 10/18/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/18/2012
-
12:35 AM Ruby Bug #7179 (Closed): IO doc: wrong/misleading text for mode
- affects also 1.9.2, 1.9.1, 1.8.7
http://www.ruby-doc.org/core-1.9.3/IO.html makes the impression
that "b" and "t" are valid on their own, when in fact they're
modifiers and need to be preceded by one of the "real" modes
(a, r, w, a...