summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEmmanuel Arias <eamanu@yaerobi.com>2021-11-17 09:07:54 (GMT)
committerGitHub <noreply@github.com>2021-11-17 09:07:54 (GMT)
commit15409c720be0503131713e3d3abc1acd0da07378 (patch)
tree537fdc71b286093d8849dc0a7b685b5461016cad /Misc
parentda20d7401de97b425897d3069f71f77b039eb16f (diff)
downloadcpython-15409c720be0503131713e3d3abc1acd0da07378.zip
cpython-15409c720be0503131713e3d3abc1acd0da07378.tar.gz
cpython-15409c720be0503131713e3d3abc1acd0da07378.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-05-24-13-48-34.bpo-28806.PkNw5D.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-05-24-13-48-34.bpo-28806.PkNw5D.rst b/Misc/NEWS.d/next/Library/2021-05-24-13-48-34.bpo-28806.PkNw5D.rst
new file mode 100644
index 0000000..7783845
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-05-24-13-48-34.bpo-28806.PkNw5D.rst
@@ -0,0 +1 @@
+Improve netrc library. netrc file no longer needs to contain all tokens. And if the login name is anonymous, security check is no longer need. \ No newline at end of file