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.

Author pitrou
Recipients pitrou
Date 2010-09-29.16:09:20
SpamBayes Score 1.005584e-08
Marked as misclassified No
Message-id <1285776563.1.0.517353919652.issue9987@psf.upfronthosting.co.za>
In-reply-to
Content
The nntplib cleanup broke the "usenetrc" option to NNTP:


Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_nntplib.py", line 167, in setUp
    self.server = NNTP(self.NNTP_HOST, timeout=TIMEOUT)
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/nntplib.py", line 937, in __init__
    readermode, usenetrc, timeout)
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/nntplib.py", line 329, in __init__
    auth = credentials.authenticators(host)
NameError: global name 'host' is not defined
History
Date User Action Args
2010-09-29 16:09:24pitrousetrecipients: + pitrou
2010-09-29 16:09:23pitrousetmessageid: <1285776563.1.0.517353919652.issue9987@psf.upfronthosting.co.za>
2010-09-29 16:09:21pitroulinkissue9987 messages
2010-09-29 16:09:20pitroucreate