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 benjamin.peterson
Recipients barry, benjamin.peterson, brett.cannon, exarkun, ncoghlan, pitrou
Date 2008-09-11.21:02:27
SpamBayes Score 4.6991855e-12
Marked as misclassified No
Message-id <1afaf6160809111402v6d05c5d9la272ffb93bae60c9@mail.gmail.com>
In-reply-to <1221141836.06.0.316155980373.issue3781@psf.upfronthosting.co.za>
Content
On Thu, Sep 11, 2008 at 9:03 AM, Nick Coghlan <report@bugs.python.org> wrote:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Blocked merge in the py3k branch since it requires some fiddling to
> handle the change from test.test_support to test.support. I'll post a
> new patch here for the py3k forward port when I can (I may not make it
> before 3.0b4 though, so unassigning for the moment).

The best way to do that is:

(trunk) $ svn diff -c mergerevision Lib/test/test_support.py > diff.patch
(py3k) $ patch Lib/test/support.py < diff.patch

>
> ----------
> assignee: ncoghlan ->
> versions:  -Python 2.6
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3781>
> _______________________________________
>
History
Date User Action Args
2008-09-11 21:05:19benjamin.petersonsetrecipients: + benjamin.peterson, barry, brett.cannon, exarkun, ncoghlan, pitrou
2008-09-11 21:02:27benjamin.petersonlinkissue3781 messages
2008-09-11 21:02:27benjamin.petersoncreate