Modifying the {} and [] tokens

John Roth newsgroups at jhrothjr.com
Sat Aug 23 07:53:44 EDT 2003


"Geoff Howland" <ghowland at lupineNO.SPAMgames.com> wrote in message
news:mtqdkv8sdrmgrn02vugnbpuhtjsgel3ohb at 4ax.com...
> I want to modify the {} and [] tokens to contain additional
> functionality they do not currently contain, such as being able to add
> dicts to dicts, and other things that would be very helpful for me and
> my team mates to have.

Literals (and those are literals) are hard coded at the parser level,
and are not availible to change - unless, of course, you want to
change the source.

John Roth






More information about the Python-list mailing list