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 <[email protected]>
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: <[email protected]>
2014-01-23 09:43:06serhiy.storchakalinkissue20338 messages
2014-01-23 09:43:06serhiy.storchakacreate