[Python-checkins] r46693 - in python/trunk: Doc/lib/lib.tex Doc/lib/libctypes.tex Lib/ctypes/test/test_cfuncs.py

Tim Peters tim.peters at gmail.com
Tue Jun 6 17:55:48 CEST 2006


>> Author: thomas.heller
>> Date: Tue Jun  6 17:34:18 2006
>> New Revision: 46693
>>
>> Modified:
>>    python/trunk/Doc/lib/lib.tex
>>    python/trunk/Doc/lib/libctypes.tex
>>    python/trunk/Lib/ctypes/test/test_cfuncs.py
>> Log:
>> Specify argtypes for all test functions. Maybe that helps on
strange ;-) architectures

[Thomas Heller]
> The files Doc/lib/lib.tex and Doc/lib/libctypes.tex were committed by accident,
> is there a quick way to revert these checkins again,

I just did that for you, by cd'ing to Doc/lib and doing

svn merge svn+ssh://svn.python.org/python/trunk/Doc/lib -r 46693:46692
svn commit

> or do I have to merge the changes between this and the old versions and
> commit that?

Well, that's what I did just above, although it sure seemed like "a
quick way" to me ;-)

> Kind of what "cvs admin -o ..." does?

No idea about that.


More information about the Python-checkins mailing list