← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1657454] [NEW] use safer method splitlines() to replace split('\n')

 

Public bug reported:

user may copy/paste content from a txt file created in Windows, line
breaks are different, splitlines() method is better and safer than
split('\n')

** Affects: horizon
     Importance: Undecided
     Assignee: liao_zd@xxxxxxxxxxx (liaozd)
         Status: In Progress

** Changed in: horizon
     Assignee: (unassigned) => liao_zd@xxxxxxxxxxx (liaozd)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1657454

Title:
  use safer method splitlines() to replace split('\n')

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  user may copy/paste content from a txt file created in Windows, line
  breaks are different, splitlines() method is better and safer than
  split('\n')

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1657454/+subscriptions


Follow ups