[issue19770] NNTP.post broken

Szymon Sobik report at bugs.python.org
Mon Nov 25 13:28:44 CET 2013


New submission from Szymon Sobik:

post method fails because string methods have bytesrting arguments

ie.
line = line.rstrip(b"\r\n") + _CRLF

----------
components: Library (Lib)
messages: 204331
nosy: sobczyk
priority: normal
severity: normal
status: open
title: NNTP.post broken
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19770>
_______________________________________


More information about the Python-bugs-list mailing list