strptime format string nasty default

2012-05-09 Thread Javier Novoa C.
better way... To say that the month is the optional one-two digit part is just a default, isn't it? Why can't I specify that the day part is the one with one-or-two digits on the input string...? Or is there a way out that I don't know yet? -- Javier Novoa C. --- Posted via ne

Re: strptime format string nasty default

2012-05-09 Thread Javier Novoa C.
ime, or perhaps use your parsed (day, month, year) tuple > directly. Ok, I'll do that. > > /Jorgen > Thanks! -- Javier Novoa C. --- Posted via news://freenews.netfront.net/ - Complaints to n...@netfront.net --- -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Book for a C Programmer?

2012-05-24 Thread Javier Novoa C.
gramming and Python. However, it's focused on Python 2, but it also mentions Python 3 things in the text... -- Javier Novoa C. --- Posted via news://freenews.netfront.net/ - Complaints to n...@netfront.net --- -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Book for a C Programmer?

2012-05-24 Thread Javier Novoa C.
On Thu, May 24, 2012 at 08:34:24AM -0500, boB Stepp wrote: > On Thu, May 24, 2012 at 8:28 AM, Javier Novoa C. > wrote: > > On 2012-05-24, alister wrote: > >> On Wed, 23 May 2012 16:45:05 -0700, hsaziz wrote: > >> > >>> I am trying to join an online

Re: Pythonic love

2016-03-08 Thread Javier Novoa C.
justin walters writes: > Sorry about the top posting. I'm new to mailing lists. I should just reply > to the python-list@python.org address then? > > Also, thank you for the generator clarification. > On Mar 8, 2016 9:09 AM, "jmp" wrote: ^ that's top posting always reply inline or at the bo

RE: Reading by positions plain text files

2010-12-01 Thread Javier Van Dam
Ok. I will try it and let you know. Thanks a lot!! J > Date: Tue, 30 Nov 2010 20:32:56 -0600 > From: python.l...@tim.thechases.com > To: javiervan...@gmail.com > CC: python-list@python.org > Subject: Re: Reading by positions plain text files > > On 11/30/2010 08:03 PM, javivd wrote: > > On Nov

Re: [Neo4j] ANN: python-blueprints, printemps and printemps client

2012-10-16 Thread Javier de la Rosa
lueprints, you will be up and running in less than 5 minutes! > checkout the documentation and the code. > > The intention of the announcement is (1) I thought others may find it > useful, and (2) to get feedback. So, please let me know what you think. > > > Amirouche > > -- &

Web Service SOAP - Unknown element v1

2006-04-11 Thread Jesus . Javier . Masa . Lledo
Im trying to develope a web service that comunicates python (client) with Java (server). Everything works fine until the client calls a method that takes parameters ( for example: setName("Joe") ). Any other method that takes no parameteres works perfect ( For example: getDate() ), even the ones t

Web Service SOAP - Unknown element v1

2006-04-12 Thread Jesus . Javier . Masa . Lledo
This is the result of calling: >>>servidor.soapproxy.config.dumpSOAPOut = True >>>servidor.soapproxy.config.dumpSOAPIn = True >>> servidor.setDVD(title="BenHur") *** Outgoing SOAP **   SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/en

<    1   2