This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients Aaron1011, a.badger, berker.peksag, jcea, michael.foord, python-dev, rbcollins
Date 2015-08-06.21:57:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438898268.28.0.0447995110364.issue23004@psf.upfronthosting.co.za>
In-reply-to
Content
Post merge review:

looks like

data_as_list = read_data.splitlines(True)

would be a little cleaner.
History
Date User Action Args
2015-08-06 21:57:48rbcollinssetrecipients: + rbcollins, jcea, a.badger, michael.foord, python-dev, berker.peksag, Aaron1011
2015-08-06 21:57:48rbcollinssetmessageid: <1438898268.28.0.0447995110364.issue23004@psf.upfronthosting.co.za>
2015-08-06 21:57:48rbcollinslinkissue23004 messages
2015-08-06 21:57:47rbcollinscreate