Comment 2 for bug 411599

Revision history for this message
Fernando Perez (fdo.perez) wrote :

Fix pushed:
- trunk, r1244
- 0.10.1, r1226

Note that I changed the 'while True' to a 'range(10)' loop; I'm always worried about an infinite loop with 'while True' code. Let me know if you disagree (and why the 'while True' form would be safe).

Thanks for the patch!