En Tue, 17 Feb 2009 13:37:12 -0200, Bryan <bryanv...@gmail.com> escribió:
On Feb 17, 12:34 am, "Gabriel Genellina" <gagsl-...@yahoo.com.ar>
wrote:
En Fri, 13 Feb 2009 20:17:35 -0200, Bryan <bryanv...@gmail.com> escribió:
> On Feb 13, 1:52 pm, Jason Scheirer <jason.schei...@gmail.com> wrote:
>> On Feb 13, 12:42 pm, Bryan <bryanv...@gmail.com> wrote:

>> > I have a Python v2.5.2 server running and I found some undesirable
>> > behavior in the xmlrpclib module that is included with that >> > version of
>> > Python.  The xmlrpclib version that is included with Python 2.6
>> > changes the behavior for the better.  

> I also did not see anything in the revision log in the source file
> about this change.

It was rev.52790:http://svn.python.org/view?rev=52790&view=rev
The tracker item has some background:http://bugs.python.org/issue1070046

Can you give me a quick run down of your process for researching this
information?  I don't spend much time looking at the svn or bug
tracker.

First, I looked the section in xmlrpclib.py that you were refering to. Then, over a checked out copy of the sources, I ran:
svn blame xmlrpclib.py
and I got the revision those lines were last modified. Then from the log message of rev. 52790 I got the reference to the tracker item.

Should I be checking there before posting?

It's a good idea to check first, but don't refrain from posting here.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to