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 gvanrossum
Recipients alex, gvanrossum, serhiy.storchaka, vstinner
Date 2014-07-26.16:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJLLcD1pPBBxJNNTPvZu-_aWLtszqzSqgb_MWJf5j5rQg@mail.gmail.com>
In-reply-to <1476638.O9AXTMuFz8@raxxla>
Content
OK, I'm convinced. Sorry Victor.

On Saturday, July 26, 2014, Serhiy Storchaka <report@bugs.python.org> wrote:

>
> Serhiy Storchaka added the comment:
>
> See for example test_generators, test_genexps, test_xml_etree or
> ctypes.test.test_objects.
>
>     >>> dict(a = (i for i in xrange(10))) #doctest: +ELLIPSIS
>     {'a': <generator object <genexpr> at ...>}
>
>     >>> repr(element)   # doctest: +ELLIPSIS
>     "<Element 't\\xe4g' at 0x...>"
>
> But unit tests can be broken too. When I enhanced reprs this week
> (issue22031,
> issue22032), I needed to correct failed tests. Due to this facts I applied
> patches only to 3.5.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org <javascript:;>>
> <http://bugs.python.org/issue22081>
> _______________________________________
>
History
Date User Action Args
2014-07-26 16:42:26gvanrossumsetrecipients: + gvanrossum, vstinner, alex, serhiy.storchaka
2014-07-26 16:42:26gvanrossumlinkissue22081 messages
2014-07-26 16:42:26gvanrossumcreate