This project is closed and read-only.
Actions
Bug #156
closed[PATCH] StringIO#sysread(0) raises a EOFError
Bug #156:
[PATCH] StringIO#sysread(0) raises a EOFError
Description
=begin
$stdin.sysread(0) # => ""
StringIO.new("test").sysread # =>raises EOFError: end of file reached
=end
Files
Updated by yugui (Yuki Sonoda) over 18 years ago
- Status changed from Open to Closed
=begin
fixed by r17162.
=end
Actions