[Python-Dev] cpython: Add syntax highlighter tool (original) (raw)
Georg Brandl g.brandl at gmx.net
Sun Jul 1 10:03:00 CEST 2012
- Previous message: [Python-Dev] [Python-ideas] itertools.chunks(iterable, size, fill=None)
- Next message: [Python-Dev] cross-compiling patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 01.07.2012 01:58, raymond.hettinger wrote:
http://hg.python.org/cpython/rev/da4dd603030b changeset: 77899:da4dd603030b user: Raymond Hettinger <python at rcn.com> date: Sat Jun 30 16:58:06 2012 -0700 summary: Add syntax highlighter tool
files: Tools/scripts/pycolorize.py | 109 ++++++++++++++++++++++++ 1 files changed, 109 insertions(+), 0 deletions(-)
Uh, this looks quite a lot like a new feature...
Since it's in Tools, I'm not going to veto it, just as with the improvements to the gdb helper, but it would have been nice to at least ask...
Georg
- Previous message: [Python-Dev] [Python-ideas] itertools.chunks(iterable, size, fill=None)
- Next message: [Python-Dev] cross-compiling patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]