How to split a Python string on new line characters

In Python 3 in Windows 7 I read a web page into a string. I then want to split the string into a list at newline characters. I can't enter the newline into my code as the argument in split(), becau...