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 marco.buttu
Recipients docs@python, ezio.melotti, marco.buttu, rhettinger
Date 2013-09-21.14:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379774354.16.0.48841804711.issue19054@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, it does not pass all the tests in Python 2.7:

$ python2.7 -m doctest descriptor_modified.rst | tail -n 1
***Test Failed*** 3 failures.

If we want to be very rigorous, in order to pass the tests in Py2.7 too (kipping the rst aligned between py2 and py3), we have to add 3 others doctest: +SKIP directives. 

PS. I think there is a small bug in sphinx, related to our examples:

https://bitbucket.org/birkenfeld/sphinx/issue/1271/doctest-directive-and-dots-not-hidden
History
Date User Action Args
2013-09-21 14:39:14marco.buttusetrecipients: + marco.buttu, rhettinger, ezio.melotti, docs@python
2013-09-21 14:39:14marco.buttusetmessageid: <1379774354.16.0.48841804711.issue19054@psf.upfronthosting.co.za>
2013-09-21 14:39:14marco.buttulinkissue19054 messages
2013-09-21 14:39:14marco.buttucreate