Re: [Python-Dev] operator.c for release24-maint and test_bz2 on Python 2.4.1

2005-08-26 Thread Reinhold Birkenfeld
A.B., Khalid wrote: > Hello there, > > > The release24-maint check-ins for today contained this typo: > > === > RCS file: /cvsroot/python/python/dist/src/Modules/operator.c,v > retrieving revision 2.29 > retrieving revision 2.29.4.1

[Python-Dev] operator.c for release24-maint and test_bz2 on Python 2.4.1

2005-08-26 Thread A.B., Khalid
Hello there, The release24-maint check-ins for today contained this typo: === RCS file: /cvsroot/python/python/dist/src/Modules/operator.c,v retrieving revision 2.29 retrieving revision 2.29.4.1 diff -u -d -r2.29 -r2.29.4.1 --- oper