-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nb_available(open(fn)) != nb_available(Filesystem.open(fn)) #14624
Comments
|
The manual entry says: nb_available(stream)
Returns the number of bytes available for reading before
a read from this stream or buffer will block. Given that |
@stevengj, do you have any comment on this? |
@stevengj bump... |
Note change to |
In general, it doesn't seem possible for
In either case, better documentation is required. |
Filesystem.File still appears to be wrong here:
|
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: