commit | 824cf253e5c5085be1e29b044b6e2c0cad872080 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 07 18:44:52 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 07 18:44:52 2010 +0000 |
tree | 4aedc1372bee6e07b2ff5b989057d84c986477b9 | |
parent | 334e0dde1dfbb122bbeeeb45f05fe0b438f2698a [diff] |
Merged revisions 84592 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84592 | antoine.pitrou | 2010-09-07 20:44:12 +0200 (mar., 07 sept. 2010) | 5 lines Update nntplib examples to use a public news server. The example still doesn't work as-is under py3k, due to incomplete or buggy porting of the nntplib module. ........