Ticket #920 (defect)
Opened 10 months ago
Last modified 9 months ago
CP_BufferedWriter broken for python 3
Status: closed (worksforme)
| Reported by: | jroesslein | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | wsgiserver | Keywords: | python3 |
| Cc: |
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??
Change History
07/04/09 12:50:39: Modified by fumanchu
- status changed from new to closed.
- resolution set to worksforme.
- milestone set to 3.2.


All the tests pass using Python 3.1 final...let's address this if it becomes a problem.