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 phf
Recipients eric.araujo, eric.smith, phf
Date 2010-07-02.13:33:17
SpamBayes Score 0.2353179
Marked as misclassified No
Message-id <AANLkTikWUiU6r-HL1m0WoqZbchYeKlXAlMbmTukEZcfM@mail.gmail.com>
In-reply-to <1278075028.95.0.779808109151.issue9140@psf.upfronthosting.co.za>
Content
On Fri, Jul 2, 2010 at 8:50 AM, Éric Araujo <report@bugs.python.org> wrote:
> -    super(Handler, self).do_GET()
> +    Handler.do_GET(self)

Yep, that's how I solved it. :-D
History
Date User Action Args
2010-07-02 13:33:19phfsetrecipients: + phf, eric.smith, eric.araujo
2010-07-02 13:33:17phflinkissue9140 messages
2010-07-02 13:33:17phfcreate