Documentation error in open
for opening a command
#30541
Labels
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
help wanted
Indicates that a maintainer wants help on an issue or pull request
In v0.6, it used to be that
o, p = open(``ls``)
would work and return aTuple
. The documentation says so as well.However, the source code suggests that only a
Process
is returned. I don't know if this is a 1.0 change and if it is, the documentation needs to be updated on the above linked page.Bug reproducibility:
The text was updated successfully, but these errors were encountered: