Menu

#24 readlines() to support multi-character eol

v2.6
closed-accepted
None
5
2013-10-11
2010-12-28
Anonymous
No

readline() -function supports multi-character eol-indicator (e.g. "\r\n"), but readlines() does not. This patch adds multi-character eol support also for the readlines() -function

Discussion

  • Chris Liechti

    Chris Liechti - 2011-08-05
    • assigned_to: nobody --> cliechti
    • status: open --> pending-accepted
     
  • Chris Liechti

    Chris Liechti - 2011-08-05

    accepted. Though not that these readline[s] implementations are not used when the io module is available (Python 2.6+)

    committed, will be in V2.6

     
  • Chris Liechti

    Chris Liechti - 2013-10-11
    • status: pending-accepted --> closed-accepted
    • Group: --> v2.6
     

Log in to post a comment.