-
-
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
undocumented 1 argument write #17612
Comments
Not clear that this is necessary actually; I'm not sure it's even a good idea to have a shortcut for writing binary data to STDOUT. |
I agree. Not having a default output stream seems like a key difference between |
Deprecate 1 argument write. fix #17612
There are still multiple single argument write methods in 0.7.0-DEV.3096, which result from methods which have a splatted 2nd argument.
The first of these causes Perhaps we should define something like:
|
Probably a good idea to fix. Also unlikely that fixing them will cause anyone grief, but still... |
Good catch. I think the first one should get an extra argument:
The second one could too, but we also might want to just deprecate vararg |
There is a 1 argument
write
in both 0.4.6 and 0.5.0 that is not described in the docstring or in the online documentation.The text was updated successfully, but these errors were encountered: