]> granicus.if.org Git - python/commit
Get rid of builtin_open() entirely (the C code and docstring, not the
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Sep 2001 21:49:44 +0000 (21:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Sep 2001 21:49:44 +0000 (21:49 +0000)
commit742dfd6f178c3880248c32d64322e2cff8cea23f
tree97c3cafb22f1d6634bbce7bf182e28eb4616729a
parent4b7625ee83d2063c6ad0a82b28ff7362350393c8
Get rid of builtin_open() entirely (the C code and docstring, not the
builtin function); Guido pointed out that it could be just another
name in the __builtin__ dict for the file constructor now.
Objects/fileobject.c
Python/bltinmodule.c