[Pythonmac-SIG] findertools.move

Just van Rossum just@letterror.com
Fri, 12 Jul 2002 17:06:38 +0200


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