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 ezio.melotti, meador.inge, michael.foord, pitrou, serhiy.storchaka
Date 2015-10-05.09:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444037877.91.0.0285113512794.issue25317@psf.upfronthosting.co.za>
In-reply-to
Content
A large part of test_tokenize is doctests. Doctests are less powerful than unittests, and error reporting in doctests is less informative than in unittests. Proposed patch converts doctests to unittests.
History
Date User Action Args
2015-10-05 09:38:00serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord, meador.inge
2015-10-05 09:37:57serhiy.storchakasetmessageid: <1444037877.91.0.0285113512794.issue25317@psf.upfronthosting.co.za>
2015-10-05 09:37:57serhiy.storchakalinkissue25317 messages
2015-10-05 09:37:54serhiy.storchakacreate