This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobczyk
Recipients pitrou, r.david.murray, sobczyk, vstinner
Date 2013-11-25.13:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385384909.23.0.683014761768.issue19770@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-25 13:08:29sobczyksetrecipients: + sobczyk, pitrou, vstinner, r.david.murray
2013-11-25 13:08:29sobczyksetmessageid: <1385384909.23.0.683014761768.issue19770@psf.upfronthosting.co.za>
2013-11-25 13:08:29sobczyklinkissue19770 messages
2013-11-25 13:08:29sobczykcreate