[Pythonmac-SIG] findertools.move
Erik van Blokland
erik@letterror.com
Sat, 13 Jul 2002 16:02:20 +0200
just@letterror.com (Just van Rossum): [12:7:02 at
17:06]
> Erik van Blokland wrote:
>
>>
>> I noticed something odd with findertools.move
>> in python 2.2.1c2, both in OSX 10.1.5 and
>> Classic 9.2.2. The finder performs the move
>> alright but Python raises an error anyway. The
>> exception reads:
>>
>> aetools.Error: (0, 'component result = no
>> error', None)
>>
>> The exception is raised in line 292 in
>> StdSuites.Standard_Suite, in the move method:
>>
>> if _arguments.has_key('errn'): raise
>> aetools.Error, aetools.decodeerror(_arguments)
>>
>> Maybe this line should check what exactly the
>> content of _arguments['errn'] is before being
>> upset about it?
>
> It's a known issue, and I think Jack fixed it:
>
> http://www.python.org/sf/493826
>
> Just
from the bugtrack page above:
> Date: 2002-05-23 15:05
> Sender: jackjansen
> Logged In: YES
> user_id=45365
>
> Fixed a while ago (the fix is already in 2.2.1)
Uh, as far as I can tell: the fix is not in the 2.2.1 release.
I can work around this bug and I know there are bigger problems to
tackle at the moment. But I thought I'd mention it.
Erik van Blokland