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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2014-01-23.09:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390470186.56.0.456909510264.issue20338@psf.upfronthosting.co.za>
In-reply-to
Content
And note that currently there is a bug in doc.split('\n', 5)[:_MAX_LINES]. An argument of split() should be _MAX_LINES.
History
Date User Action Args
2014-01-23 09:43:06serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2014-01-23 09:43:06serhiy.storchakasetmessageid: <1390470186.56.0.456909510264.issue20338@psf.upfronthosting.co.za>
2014-01-23 09:43:06serhiy.storchakalinkissue20338 messages
2014-01-23 09:43:06serhiy.storchakacreate