;
Źā"Ic            !   @   sÆ   d  Z  d d g Z d d d d d d d	 d
 d d d d d d d d d d d d d d d d d d d d d d  d! d" d# g! Z e e  j Z d$   Z e d% k o e   n d& S('   uł   Keywords (from "graminit.c")

This file is automatically generated; please don't muck it up!

To update the symbols in this file, 'cd' to the top directory of
the python source tree after building the interpreter and run:

    python Lib/keyword.py
u	   iskeywordu   kwlistu   Falseu   Noneu   Trueu   andu   asu   assertu   breaku   classu   continueu   defu   delu   elifu   elseu   exceptu   finallyu   foru   fromu   globalu   ifu   importu   inu   isu   lambdau   nonlocalu   notu   oru   passu   raiseu   returnu   tryu   whileu   withu   yieldc              C   sø  d d  l  }  d d  l } |  j d d   } | o | d p d } t |  d k o | d } n d } t |  } | j d  } g  } xW | D]O } d | k o< | j |  }	 |	 o" | j d |	 j d  d  qį q q W| j	   | j
   t |  } | j   }
 | j	   y6 |
 j d	  d } |
 j d
  } | |
 | |  <Wn1 t k
 o% |  j j d  |  j d  Yn Xt | d  } | j d j |
   | j	   d  S(   Ni    i   u   Python/graminit.cu   Lib/keyword.pyu	   "([^"]+)"u   {1, "u	           'u   ',
u   #--start keywords--
u   #--end keywords--
u'   target does not contain format markers
u   wu    (   u   sysu   reu   argvu   lenu   openu   compileu   searchu   appendu   groupu   closeu   sortu	   readlinesu   indexu
   ValueErroru   stderru   writeu   exitu   join(   u   sysu   reu   argsu   iptfileu   optfileu   fpu   strprogu   linesu   lineu   matchu   formatu   startu   end(    (    u$   /mit/python/lib/python3.0/keyword.pyu   main7   s<      *


u   __main__N(   u   __doc__u   __all__u   kwlistu	   frozensetu   __contains__u	   iskeywordu   mainu   __name__(    (    (    u$   /mit/python/lib/python3.0/keyword.pyu   <module>   sL   		'