]> granicus.if.org Git - python/commit
Make `usenetrc` False by default (the old behaviour of having it True by
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 18:58:42 +0000 (18:58 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 18:58:42 +0000 (18:58 +0000)
commit859c4ef0a0069a555057f25f02407e89bd2c114b
tree5c9cbdc5e002f308c2bfaeedd67161ce2b71a627
parent1cb121eceae698b1be0b383de5d42dc9b9accd02
Make `usenetrc` False by default (the old behaviour of having it True by
default could be rather confusing).
Doc/library/nntplib.rst
Lib/nntplib.py
Misc/NEWS