July 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10731

           Summary: byLine description incorrect
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: peter.alexander.au@gmail.com


--- Comment #0 from Peter Alexander <peter.alexander.au@gmail.com> 2013-07-30 10:43:34 PDT ---
http://dlang.org/phobos/std_stdio.html#.File.byLine

Description is "Convenience function that returns the LinesReader corresponding to this file." It doesn't return a LinesReader, it returns a ByLine.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10731


Brad Anderson <eco@gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco@gnuk.net


--- Comment #1 from Brad Anderson <eco@gnuk.net> 2013-07-30 11:03:50 PDT ---
This has also been fixed in master with a brand spanking new and improved description.

https://github.com/D-Programming-Language/phobos/blob/master/std/stdio.d#L1124

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------