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 r.david.murray
Recipients brian.curtin, dabrahams, eric.araujo, eric.smith, jaraco, ncoghlan, pitrou, r.david.murray, tim.golden
Date 2012-04-10.12:18:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334060309.77.0.13235700817.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
"delete_after" what? I know it is somewhat implicit in the fact that it is a context manager call, but that is not the only context the method name will be seen in. (eg: 'dir' list of methods, doc index, etc).  Even as a context manager my first thought in reading it was "delete after what?", and then I went, "oh, right".

How about "delete_on_exit"?
History
Date User Action Args
2012-04-10 12:18:29r.david.murraysetrecipients: + r.david.murray, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, brian.curtin, dabrahams
2012-04-10 12:18:29r.david.murraysetmessageid: <1334060309.77.0.13235700817.issue14243@psf.upfronthosting.co.za>
2012-04-10 12:18:29r.david.murraylinkissue14243 messages
2012-04-10 12:18:29r.david.murraycreate