This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add option to NOT use ~/.netrc in nntplib.NNTP()
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: doko, loewis, mrovner
Priority: high Keywords: patch

Created on 2003-10-13 22:09 by doko, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
nntplib.diff doko, 2003-10-13 22:09
doc.diff doko, 2003-11-16 14:23
Messages (4)
msg44764 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-10-13 22:09
[forwarded from http://bugs.debian.org/215446]

It should be possible to circumvent the use of ~/.netrc
when calling the nntplib.NNTP() method by adding an
addtional parameter.

msg44765 - (view) Author: Mike Rovner (mrovner) Date: 2003-10-14 00:29
Logged In: YES 
user_id=162094

No documentation 
(http://www.python.org/doc/current/lib/module-
nntplib.html) patch provided.
msg44766 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-11-16 14:23
Logged In: YES 
user_id=60903

add doc patch
msg44767 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-03 14:37
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

libnntplib.tex 1.32
nntplib.py 1.39
NEWS 1.1064
History
Date User Action Args
2022-04-10 16:11:43adminsetgithub: 39403
2003-10-13 22:09:58dokocreate