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 sdaoden
Recipients amaury.forgeotdarc, georg.brandl, r.david.murray, sdaoden, twouters
Date 2011-03-29.11:39:06
SpamBayes Score 1.0441204e-07
Marked as misclassified No
Message-id <20110329113859.GC16022@sherwood.local>
In-reply-to <1301349163.72.0.751461173835.issue11700@psf.upfronthosting.co.za>
Content
On Mon, Mar 28, 2011 at 09:52:43PM +0000, Amaury Forgeot d'Arc wrote:
> But then, is "close=False" necessary?

It's about 'class _PartialFile(_ProxyFile)', for which this 
argument is always false. 
Alternatively there could be a "protected" _ProxyFile._do_close() 
method which would only be used by the _PartialFile subclass; 
then the ctor argument could be dropped in favour of that. 
I've gone that way because both classes are internal.
?
History
Date User Action Args
2011-03-29 11:39:07sdaodensetrecipients: + sdaoden, twouters, georg.brandl, amaury.forgeotdarc, r.david.murray
2011-03-29 11:39:06sdaodenlinkissue11700 messages
2011-03-29 11:39:06sdaodencreate