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 vstinner
Recipients hniksic, michael.foord, ncoghlan, vstinner
Date 2010-10-08.11:21:48
SpamBayes Score 0.00045581217
Marked as misclassified No
Message-id <1286536910.65.0.979112228343.issue10049@psf.upfronthosting.co.za>
In-reply-to
Content
About your patch:
 - __enter__() might return self instead of None... i don't really know which choice is better. "with Null() as x:" works in both cases
 - __exit__() has no result value, "pass" is enough
 - I don't like "Null" name, I prefer "Noop" (NoOperation, NoOp, ...) or something else
History
Date User Action Args
2010-10-08 11:21:50vstinnersetrecipients: + vstinner, ncoghlan, hniksic, michael.foord
2010-10-08 11:21:50vstinnersetmessageid: <1286536910.65.0.979112228343.issue10049@psf.upfronthosting.co.za>
2010-10-08 11:21:49vstinnerlinkissue10049 messages
2010-10-08 11:21:48vstinnercreate