New submission from Thomas Feldmann:

When using `socketserver.StreamRequestHandler` it should be possible to specify 
the newline terminator that is passed to `self.connection.makefile()`.

This would be greatly appreciated by many people who have to work with network 
packets ending with `\0`.

----------
components: Library (Lib)
messages: 301474
nosy: Thomas Feldmann
priority: normal
severity: normal
status: open
title: Missing terminator option when using readline with 
socketserver.StreamRequestHandler
type: enhancement

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

Reply via email to