Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13314
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Subject | Re: help regarding re.search |
| Date | 2011-09-15 11:05 +0200 |
| References | (2 earlier) <CAP8kuinJnPv=6U1J6LYZgGk_yUN6PskvHStCo1kEMHUBG1NkuQ@mail.gmail.com> <CAMZYqRSiHY3Cz=r=oAioNCUUEz=L1fW4ngLc4xCyPwwpU9mM2A@mail.gmail.com> <CAP8kuik0Aq0gc5NvYPU__k96QiSc0uj+nbAezsx685TGzb2o3w@mail.gmail.com> <CAPTjJmrmSJbQqAaQfdZmcuxZYbQLTXoYqz9YewP4pj0P5RZfeA@mail.gmail.com> <CAP8kuikr9p_6yv_UkjFbMtUAzaA=nVUe_FOWuC63rSXL_Zx2=w@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1157.1316077570.27778.python-list@python.org> (permalink) |
Hi Sagar, In order to be able to help you I propose following: On 09/15/2011 06:54 AM, Sagar Neve wrote: . . . > print "hello..Man_Param=%s,Opt_Param1=%s, > Opt_Param2=%s\n" %(Man_Param,Opt_Param1,Opt_Param2) Change above line into > print "hello..Man_Param=%r,Opt_Param1=%r, > Opt_Param2=%r\n" %(Man_Param,Opt_Param1,Opt_Param2) and show us the output of an example which is NOT working. printing with '%r" might help to show some 'hidden special characters'
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: help regarding re.search Gelonida N <gelonida@gmail.com> - 2011-09-15 11:05 +0200
csiph-web