On Thu, 07 Oct 2010 23:04:54 +0200 "Martin v. Löwis" <mar...@v.loewis.de> wrote: > > However, if I get something like > > diff -r e981b6cc56b0 Include/longintrepr.h > --- a/Include/longintrepr.h Thu Oct 07 03:12:19 2010 +0200 > +++ b/Include/longintrepr.h Thu Oct 07 13:53:41 2010 +0200 > > I have no clue where I should look for the base revision > that the patch was created against.
As I said, most patches are supposed to be produced against py3k HEAD, so you could try just that as the primary heuristic. I think you may trying too hard to find smart ways of inferring the correct svn rev and branch, while developing against latest py3k is, most of the time, the required standard. Outdated patches are not really helpful anyway. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com