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 eric.araujo
Recipients eric.araujo, ezio.melotti, nadeem.vawda, orsenthil, sandro.tosi
Date 2011-11-20.12:02:07
SpamBayes Score 0.006614357
Marked as misclassified No
Message-id <1321790527.76.0.0278988016133.issue12707@psf.upfronthosting.co.za>
In-reply-to
Content
> I thought about having another class, but I couldn't come up with a
> decent name for it (ResponseWithCloseHook?).

If it’s used together with the base Response class (I don’t have the details in memory anymore), you could try ClosingMixin or FileLikeMixin.
History
Date User Action Args
2011-11-20 12:02:07eric.araujosetrecipients: + eric.araujo, orsenthil, nadeem.vawda, ezio.melotti, sandro.tosi
2011-11-20 12:02:07eric.araujosetmessageid: <1321790527.76.0.0278988016133.issue12707@psf.upfronthosting.co.za>
2011-11-20 12:02:07eric.araujolinkissue12707 messages
2011-11-20 12:02:07eric.araujocreate