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 chris.jerdonek
Recipients amaury.forgeotdarc, brandjon, chris.jerdonek, dontknow, elsdoerfer, ezberch, georg.brandl, ncoghlan, rutsky
Date 2012-05-13.05:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336885956.46.0.730679424206.issue13857@psf.upfronthosting.co.za>
In-reply-to
Content
Should the function work for strings with non-Unix line endings?

http://docs.python.org/dev/py3k/reference/lexical_analysis.html#physical-lines

For example, should indent("abc\r\n", "") return the same string, and should "\r\n" get indented by default?
History
Date User Action Args
2012-05-13 05:12:36chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, amaury.forgeotdarc, ncoghlan, elsdoerfer, rutsky, dontknow, brandjon, ezberch
2012-05-13 05:12:36chris.jerdoneksetmessageid: <1336885956.46.0.730679424206.issue13857@psf.upfronthosting.co.za>
2012-05-13 05:12:35chris.jerdoneklinkissue13857 messages
2012-05-13 05:12:35chris.jerdonekcreate