specifying that get_egginfo_file opens in read-only mode
This commit is contained in:
parent
76059d2cbb
commit
98e6c43034
|
@ -344,7 +344,8 @@ And following methods:
|
|||
If ``path`` is an absolute path and doesn't start with the `.egg-info`
|
||||
directory path, a ``DistutilsError`` is raised.
|
||||
|
||||
If ``binary`` is ``True``, opens the file in binary mode.
|
||||
If ``binary`` is ``True``, opens the file in read-only binary mode (`rb`),
|
||||
otherwise opens it in read-only mode (`r`).
|
||||
|
||||
- ``get_egginfo_files(local=False)`` -> iterator of paths
|
||||
|
||||
|
|
Loading…
Reference in New Issue