##// END OF EJS Templates
Fix http://www.scipy.net/roundup/ipython/issue55, a threading bug. It was...
Fix http://www.scipy.net/roundup/ipython/issue55, a threading bug. It was easiest to trigger under win32, but the bug was actually present on all platforms.

File last commit:

r0:6f629fcc
r267:04f05db2
Show More
pycolor
6 lines | 171 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()