]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28806: Continue work: improve the netrc library (GH-26330)
authorEmmanuel Arias <eamanu@yaerobi.com>
Wed, 17 Nov 2021 09:07:54 +0000 (06:07 -0300)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 09:07:54 +0000 (11:07 +0200)
commit15409c720be0503131713e3d3abc1acd0da07378
tree537fdc71b286093d8849dc0a7b685b5461016cad
parentda20d7401de97b425897d3069f71f77b039eb16f
bpo-28806: Continue work: improve the netrc library (GH-26330)

Continue with the improvement of the library netrc

Original work and report Xiang Zhang <angwerzx@126.com>

* ðŸ“œðŸ¤– Added by blurb_it.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/netrc.rst
Lib/netrc.py
Lib/test/test_netrc.py
Misc/NEWS.d/next/Library/2021-05-24-13-48-34.bpo-28806.PkNw5D.rst [new file with mode: 0644]