]> granicus.if.org Git - python/commit
Silence the FileExistsError which can be raised because of the O_EXCL flag
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 19 Oct 2011 21:28:40 +0000 (23:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 19 Oct 2011 21:28:40 +0000 (23:28 +0200)
commitdaaaec9ee761f8cdca222ea393968aff9b57db28
tree9e3d7e3387b4b510ff17e731e7f4faf580193d47
parent587e75c70baac7f0641d3bc93b45ea7af1c30736
Silence the FileExistsError which can be raised because of the O_EXCL flag
(as in import.c)
Lib/importlib/_bootstrap.py