mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
[Bug #459270] Fix incorrect docstring
This commit is contained in:
parent
e7ffbb24e8
commit
d303b61eb4
1 changed files with 5 additions and 8 deletions
|
|
@ -262,14 +262,11 @@ class Distribution:
|
||||||
should be parsed. The filenames returned are guaranteed to exist
|
should be parsed. The filenames returned are guaranteed to exist
|
||||||
(modulo nasty race conditions).
|
(modulo nasty race conditions).
|
||||||
|
|
||||||
On Unix, there are three possible config files: pydistutils.cfg in
|
There are three possible config files: distutils.cfg in the
|
||||||
the Distutils installation directory (ie. where the top-level
|
Distutils installation directory (ie. where the top-level
|
||||||
Distutils __inst__.py file lives), .pydistutils.cfg in the user's
|
Distutils __inst__.py file lives), a file in the user's home
|
||||||
home directory, and setup.cfg in the current directory.
|
directory named .pydistutils.cfg on Unix and pydistutils.cfg
|
||||||
|
on Windows/Mac, and setup.cfg in the current directory.
|
||||||
On Windows and Mac OS, there are two possible config files:
|
|
||||||
pydistutils.cfg in the Python installation directory (sys.prefix)
|
|
||||||
and setup.cfg in the current directory.
|
|
||||||
"""
|
"""
|
||||||
files = []
|
files = []
|
||||||
check_environ()
|
check_environ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue