mò
­fIc           @   s[   d  Z  d k l Z d k Z e o4 y e i e d d ƒ ƒ WqW e j
 o qW Xn d S(   sÃ   Test the internal getargs.c implementation

 PyArg_ParseTuple() is defined here.

The test here is not intended to test all of the module, just the
single case that failed between 2.1 and 2.2a2.
(   s   have_unicodeNs   \222s   unicode-escape(   t   __doc__t   test.test_supportt   have_unicodet   marshalt   loadst   unicodet   UnicodeError(   R   R   (    (    t.   /mit/python/lib/python2.4/test/test_getargs.pyt   ?   s   
	