[issue1741] .pypirc not found on windows
Changes by Gerdus van Zyl: -- components: Distutils nosy: gerdus severity: normal status: open title: .pypirc not found on windows versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/
[issue1741] .pypirc not found on windows
New submission from Gerdus van Zyl: register.py and upload.py both can't find the .pypirc on my system since there is no HOME environment variable. currently: if os.environ.has_key('HOME'): rc = os.path.join(os.environ['HOME'], '.pypirc') if o