Message118185
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 |
|
Date |
User |
Action |
Args |
2010-10-08 11:21:50 | vstinner | set | recipients:
+ vstinner, ncoghlan, hniksic, michael.foord |
2010-10-08 11:21:50 | vstinner | set | messageid: <1286536910.65.0.979112228343.issue10049@psf.upfronthosting.co.za> |
2010-10-08 11:21:49 | vstinner | link | issue10049 messages |
2010-10-08 11:21:48 | vstinner | create | |
|