Re: [Python-Dev] newb question

2007-08-29 Thread Martin v. Löwis
> Can someone explain how this works please? Don't try reading these files. They are generated; read Parser/pgen instead (which generates these files), or see how they are used. > I've never come across > escape sequences like this; I've only ever seen \0 (nul) before; not \2, > \3 etc. or are

[Python-Dev] newb question

2007-08-29 Thread Ty Newton
Hi, I'm new to the Python source and I have a (hopefully) quick question that someone more familiar with it should be able to answer so I can continue on my way to understanding how Python is put together. I have started looking at the parser and have gotten a little confused about how the gram