This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年02月23日 14:17 by tarek, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg62731 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2008年02月23日 14:17 | |
Related to #1741: dist.py looks for the HOME environment variable to try to find the user's pydistutils.cfg. user_file = os.path.join(os.environ.get('HOME'), user_filename) It should look form HOMEDRIVE+HOMEPATH as well. |
|||
| msg62743 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2008年02月23日 15:15 | |
Please use os.path.expanduser(os.path.join("~", user_filename))
|
|||
| msg62760 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2008年02月23日 16:04 | |
ok, done in #1858 |
|||
| msg64134 - (view) | Author: Sean Reifschneider (jafo) * (Python committer) | Date: 2008年03月20日 00:31 | |
Closing as a duplicate of 1858. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46419 |
| 2008年03月20日 00:31:56 | jafo | set | status: open -> closed resolution: duplicate messages: + msg64134 nosy: + jafo |
| 2008年03月20日 00:28:49 | jafo | set | priority: normal superseder: Make .pypirc handle multiple servers |
| 2008年02月23日 16:04:18 | tarek | set | messages: + msg62760 |
| 2008年02月23日 15:15:50 | christian.heimes | set | nosy:
+ christian.heimes messages: + msg62743 |
| 2008年02月23日 14:22:10 | tarek | set | components:
+ Distutils versions: + Python 3.0 |
| 2008年02月23日 14:17:04 | tarek | create | |