summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-03 14:36:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-03 14:36:32 (GMT)
commit9513e34ac405344e1ae78b14cb65e02f7b57a6f5 (patch)
treec47d6a7b8ce542d5364fb6d9466fe9d17819f45d /Misc
parent0b49e02e03cd398883e816ad5a995da24dd2a1b3 (diff)
downloadcpython-9513e34ac405344e1ae78b14cb65e02f7b57a6f5.zip
cpython-9513e34ac405344e1ae78b14cb65e02f7b57a6f5.tar.gz
cpython-9513e34ac405344e1ae78b14cb65e02f7b57a6f5.tar.bz2
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 291cc77..2ea4cb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Extension modules
Library
-------
+- nntplib does now allow to ignore a .netrc file.
+
- urllib2 now recognizes Basic authentication even if other authentication
schemes are offered.