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.22:24:12
SpamBayes Score 9.806176e-05
Marked as misclassified No
Message-id <1279578255.33.0.332852926276.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded a diff implementing the fix for the head of the py3k branch. Test passes on my Linux box:

peter@Powerspec:~/.local/lib/python3.2/test> python3.2
Python 3.2a0 (py3k:82984, Jul 19 2010, 16:03:06)
[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/python3.2/test> python3.2 test_doctest.py
doctest (doctest) ... 66 tests with zero failures
doctest (test.test_doctest) ... 415 tests with zero failures
History
Date User Action Args
2010-07-19 22:24:16pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2010-07-19 22:24:15pdonissetmessageid: <1279578255.33.0.332852926276.issue1812@psf.upfronthosting.co.za>
2010-07-19 22:24:13pdonislinkissue1812 messages
2010-07-19 22:24:13pdoniscreate