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 python-dev
Recipients eric.smith, ezio.melotti, meador.inge, michael.foord, pitrou, python-dev, serhiy.storchaka
Date 2015-10-06.15:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151006155346.20759.87234@psf.io>
In-reply-to
Content
New changeset 7b2af8ee6dfa by Serhiy Storchaka in branch '2.7':
Issue #25317: Converted doctests in test_tokenize to unittests.
https://hg.python.org/cpython/rev/7b2af8ee6dfa

New changeset d272f3cbae05 by Serhiy Storchaka in branch '3.4':
Issue #25317: Converted doctests in test_tokenize to unittests.
https://hg.python.org/cpython/rev/d272f3cbae05

New changeset bff40616d2a5 by Serhiy Storchaka in branch '3.5':
Issue #25317: Converted doctests in test_tokenize to unittests.
https://hg.python.org/cpython/rev/bff40616d2a5

New changeset 66d239660997 by Serhiy Storchaka in branch 'default':
Issue #25317: Converted doctests in test_tokenize to unittests.
https://hg.python.org/cpython/rev/66d239660997
History
Date User Action Args
2015-10-06 15:54:00python-devsetrecipients: + python-dev, pitrou, eric.smith, ezio.melotti, michael.foord, meador.inge, serhiy.storchaka
2015-10-06 15:54:00python-devlinkissue25317 messages
2015-10-06 15:53:59python-devcreate