]> granicus.if.org Git - python/commit
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Nov 2017 10:37:22 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2017 10:37:22 +0000 (13:37 +0300)
commit8d9bb11d8fcbf10cc9b1eb0a647bcf3658a4e3dd
tree96a2d24856b7ea63dfb3992125e3e90447ab52fb
parent9d5ec808de2c1359f434cc2fa8378458e4339c96
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)

Previously, netrc.netrc() was raised an exception if $HOME is not set.

Authored-By: Dimitri Merejkowsky <dimitri.merejkowsky@tanker.io>
Doc/library/netrc.rst
Lib/netrc.py
Lib/test/test_netrc.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-11-24-11-50-41.bpo-28334.3gGGlt.rst [new file with mode: 0644]