On Wed, Aug 10, 2011 at 16:17,  <hwri...@apache.org> wrote:
> Author: hwright
> Date: Wed Aug 10 20:17:55 2011
> New Revision: 1156347
>
> URL: http://svn.apache.org/viewvc?rev=1156347&view=rev
> Log:
> On the fs-py branch:
> Explicitly close files in the Python module, per the Python docs.
>
> * subversion/python/svn/fs.py
>  (FS.set_uuid, FS._open_fs): Explicitly close a file, rather than just
>    letting it go out of scope.

Hunh? Which docs? This only makes sense if you're running in alternate
Python environments like Jython. CPython closes the file when the
refcount his zero.

I'm failing to see the reasoning here...

Cheers,
-g

Reply via email to