Ticket #827 (defect)
Opened 6 months ago
Last modified 5 months ago
Profile viewer doesn't work with Python2.5
Status: closed (fixed)
| Reported by: | guest | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: | albrecht.andi@gmail.com |
The pstats.Stats class has changed in Python 2.5 and replacing sys.stdout with a StringIO instance to print the stats doesn't work anymore.
A patch is available at codereview: http://codereview.appspot.com/2325
Change History
06/18/08 09:21:12: Modified by guest
- cc set to albrecht.andi@gmail.com.
06/22/08 19:32:54: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
- milestone set to 3.1.


Applied in [1985].