[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread randomcoder1
New submission from randomcoder1: Sinntp is a nntp client. It uses nntplib from Python as a nntp library to fetch messages from NNTP servers. I've tested this on two environments with the following package versions: 1) Ubuntu 12.04.4 , python-support 1.0.14ubuntu2, Python 2.7.3-0ubuntu2.2 ,

[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread randomcoder1
randomcoder1 added the comment: I'm cross-referencing this here too. https://code.google.com/p/sinntp/issues/detail?id=9 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21334 ___

[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread randomcoder1
randomcoder1 added the comment: I forgot to mention that in the environment 1) described above, everything worked fine. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21334 ___

[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread Jakub Wilk
Jakub Wilk added the comment: For the reference, the exception is: Traceback (most recent call last): File /home/user/sources/sinntp/sinntp, line 357, in module connection.quit() File /usr/lib/python2.7/nntplib.py, line 608, in quit resp = self.shortcmd('QUIT') File

[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread randomcoder1
randomcoder1 added the comment: @Jakub Sure, I've submitted a patch in the sinntp googlecode issue tracker. When you have some time, please have a look at it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21334

[issue21334] nntplib throws exceptions making sinntp unusable

2014-04-23 Thread randomcoder1
Changes by randomcoder1 randomcod...@gmail.com: -- resolution: - third party status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21334 ___