[issue9987] usenetrc option broken

2010-09-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r85114. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue9987] usenetrc option broken

2010-09-29 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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