commit | 9513e34ac405344e1ae78b14cb65e02f7b57a6f5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Aug 03 14:36:32 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Aug 03 14:36:32 2004 +0000 |
tree | c47d6a7b8ce542d5364fb6d9466fe9d17819f45d | |
parent | 0b49e02e03cd398883e816ad5a995da24dd2a1b3 [diff] [blame] |
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
diff --git a/Misc/NEWS b/Misc/NEWS index 291cc77..2ea4cb1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Library ------- +- nntplib does now allow to ignore a .netrc file. + - urllib2 now recognizes Basic authentication even if other authentication schemes are offered.