#920: CP_BufferedWriter broken for python 3
------------------------+---------------------------------------------------
Reporter: jroesslein | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone:
Component: wsgiserver | Keywords: python3
------------------------+---------------------------------------------------
Python 3 now uses a C module for IO. This means a lot of the attributes
used by CP_BufferedWriter are no longer available (ex. _write_lock).
Do we need a custom version of BufferedWriter?
--
Ticket URL: <
http://cherrypy.org/ticket/920>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework