diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-03 14:36:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-03 14:36:32 (GMT) |
commit | 9513e34ac405344e1ae78b14cb65e02f7b57a6f5 (patch) | |
tree | c47d6a7b8ce542d5364fb6d9466fe9d17819f45d /Misc | |
parent | 0b49e02e03cd398883e816ad5a995da24dd2a1b3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |