[issue12935] Typo in findertools.py

2011-09-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Fixed, although findertools is woefully obsolete and no longer exists in Python 3. For working with the Finder in current OS X releases, use appscript instead (http://pypi.python.org/pypi/appscript/). -- assignee: ronaldoussoren ->

[issue12935] Typo in findertools.py

2011-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b5f4c4085ae6 by Ned Deily in branch '2.7': Issue #12935: Correct typo in findertools. http://hg.python.org/cpython/rev/b5f4c4085ae6 -- nosy: +python-dev ___ Python tracker

[issue12935] Typo in findertools.py

2011-09-08 Thread Karsten Wolf
New submission from Karsten Wolf : In the current Python-2.7.2.tar.bz2 archive ./Lib/plat-mac/findertools.py in function comment on line 131 the call to FSNewAliasMinimal is misstyped. current version: object_alias = object.FSNewAliasMonimal() corrected version object_alias = object.F