Skip to content

Commit

Permalink
compat notice
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Oct 1, 2021
1 parent efbae72 commit c812e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,9 @@ JuliaLang is a GitHub organization. It has many members.
julia> rm("my_file.txt");
```
!!! compat "Julia 1.8"
Julia 1.8 is required to use `Iterators.reverse` or `last` with `eachline` iterators.
"""
function eachline(stream::IO=stdin; keep::Bool=false)
EachLine(stream, keep=keep)::EachLine
Expand Down

0 comments on commit c812e9e

Please sign in to comment.