[Python-checkins] r46520 - in python/trunk: Doc/Makefile.deps Doc/lib/lib.tex Doc/lib/libfunctional.tex Doc/lib/libfunctools.tex Lib/test/test_functional.py Lib/test/test_functools.py Misc/NEWS Modules/_functoolsmodule.c Modules/functionalmodule.c PC/VC6/pythoncore.dsp PC/config.c PCbuild/pythoncore.vcproj setup.py

Nick Coghlan ncoghlan at gmail.com
Mon May 29 22:29:37 CEST 2006


Georg Brandl wrote:
> nick.coghlan wrote:
>> Author: nick.coghlan
>> Date: Mon May 29 14:43:05 2006
>> New Revision: 46520
>>
>> Added:
>>    python/trunk/Doc/lib/libfunctools.tex
>>       - copied, changed from r46519, python/trunk/Doc/lib/libfunctional.tex
>>    python/trunk/Lib/test/test_functools.py
>>       - copied, changed from r46519, python/trunk/Lib/test/test_functional.py
>>    python/trunk/Modules/_functoolsmodule.c
>>       - copied, changed from r46519, python/trunk/Modules/functionalmodule.c
>> Removed:
>>    python/trunk/Doc/lib/libfunctional.tex
>>    python/trunk/Lib/test/test_functional.py
>>    python/trunk/Modules/functionalmodule.c
>> Modified:
>>    python/trunk/Doc/Makefile.deps
>>    python/trunk/Doc/lib/lib.tex
>>    python/trunk/Misc/NEWS
>>    python/trunk/PC/VC6/pythoncore.dsp
>>    python/trunk/PC/config.c
>>    python/trunk/PCbuild/pythoncore.vcproj
>>    python/trunk/setup.py
>> Log:
>> Apply modified version of Collin Winter's patch #1478788
> 
> Isn't Lib/functools.py missing?

Why yes, yes it is. . . the Windows buildbots staying green fooled me (we 
should probably do something about that misleading ImportError -> TestSkipped 
-> green buildbot behaviour. . . )

Fixed in 46530.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list