The opener parameter of Python 3 open() built-in

Dave Angel d at davea.name
Mon Sep 3 09:05:42 EDT 2012


On 09/03/2012 08:32 AM, Marco wrote:
> Does anyone have an example of utilisation?

As of Python 3.2.3, there is no "opener" parameter in the open() function.
    http://docs.python.org/py3k/library/functions.html

I don't know of any such parameter in earlier or later versions, but I
could be wrong there.

-- 

DaveA




More information about the Python-list mailing list