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 jayanthkoushik
Recipients docs@python, jayanthkoushik
Date 2014-04-15.06:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397542231.28.0.662234584475.issue21232@psf.upfronthosting.co.za>
In-reply-to
Content
In the difflib documentation, multiple uses of 'splitlines' use '1' as the 'keepends' argument. In Python 2.x, 1 is not guaranteed to be True and while this is guaranteed in 3.x, it would be much clearer to specify the argument as 'True'.
History
Date User Action Args
2014-04-15 06:10:31jayanthkoushiksetrecipients: + jayanthkoushik, docs@python
2014-04-15 06:10:31jayanthkoushiksetmessageid: <1397542231.28.0.662234584475.issue21232@psf.upfronthosting.co.za>
2014-04-15 06:10:31jayanthkoushiklinkissue21232 messages
2014-04-15 06:10:31jayanthkoushikcreate