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 vstinner
Recipients barry, ezio.melotti, python-dev, r.david.murray, techtonik, vstinner
Date 2013-06-25.10:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY6Yz2K1FgNv=y2D2=GHdsnPADCpabe8Z+tG508TJSvmA@mail.gmail.com>
In-reply-to <1372156123.8.0.82300109906.issue11390@psf.upfronthosting.co.za>
Content
> As for the windows failures, my apologies.  I knew I would need to check windows after the commit when I wrote the code, but I forgot to actually do it.

No problem, it's so easy to forget Windows :-) And we have buildbots
for this task (detect regressions).

2013/6/25 R. David Murray <report@bugs.python.org>:
>
> R. David Murray added the comment:
>
> It is implemented as a doctest because everything else in that test module is implemented as a doctest.  And clearly this reveals a bug of some sort.  Perhaps the dummy trick needs to be done by doctest itself?  (I will need to read your post over more carefully and understand the issue better.)
>
> As for the windows failures, my apologies.  I knew I would need to check windows after the commit when I wrote the code, but I forgot to actually do it.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue11390>
> _______________________________________
History
Date User Action Args
2013-06-25 10:46:50vstinnersetrecipients: + vstinner, barry, techtonik, ezio.melotti, r.david.murray, python-dev
2013-06-25 10:46:50vstinnerlinkissue11390 messages
2013-06-25 10:46:50vstinnercreate