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 pdonis
Recipients BreamoreBoy, belopolsky, pdonis
Date 2010-07-19.16:49:07
SpamBayes Score 1.0324239e-07
Marked as misclassified No
Message-id <1279558150.12.0.345182295591.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
You'll probably want someone else to confirm, but for the record, my testing was on a Linux box (SuSE 11.2) using Python 2.7 built from the SVN trunk:

peter@Powerspec:~/.local/lib/python2.7/test> uname -a
Linux Powerspec 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 i686 i686 i386 GNU/Linux
peter@Powerspec:~/.local/lib/python2.7/test> python2.7
Python 2.7 (trunk:82970M, Jul 19 2010, 12:44:35)
[GCC 4.4.1 [gcc-4_4-branch revision 150839]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
peter@Powerspec:~/.local/lib/python2.7/test> python2.7 test_doctest.py
doctest (doctest) ... 66 tests with zero failures
doctest (test.test_doctest) ... 443 tests with zero failures
History
Date User Action Args
2010-07-19 16:49:10pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2010-07-19 16:49:10pdonissetmessageid: <1279558150.12.0.345182295591.issue1812@psf.upfronthosting.co.za>
2010-07-19 16:49:07pdonislinkissue1812 messages
2010-07-19 16:49:07pdoniscreate