python - Convert multiline string to single line string -


I am using Google App Engine and I have to put a multiline string in the datastore. Unfortunately, GAE does not allow that I need this string multipurpose, so is there any way to convert and store any single string in a row string?

You do not need a conversion:

(multiline = true)

/ P>

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -