Szymon Sobik added the comment:

Traceback (most recent call last):
  File "./nntp_test.py", line 23, in <module>
    s.post(msg)
  File "/usr/lib/python3.3/nntplib.py", line 909, in post
    return self._post('POST', data)
  File "/usr/lib/python3.3/nntplib.py", line 895, in _post
    if not line.endswith(_CRLF):
TypeError: endswith first arg must be str or a tuple of str, not bytes

----------
Added file: http://bugs.python.org/file32836/nntp_test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19770>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to