This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karstenw
Recipients karstenw, ronaldoussoren
Date 2011-09-08.09:32:24
SpamBayes Score 1.5125744e-06
Marked as misclassified No
Message-id <1315474344.82.0.220434823255.issue12935@psf.upfronthosting.co.za>
In-reply-to
Content
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.FSNewAliasMinimal()
History
Date User Action Args
2011-09-08 09:32:24karstenwsetrecipients: + karstenw, ronaldoussoren
2011-09-08 09:32:24karstenwsetmessageid: <1315474344.82.0.220434823255.issue12935@psf.upfronthosting.co.za>
2011-09-08 09:32:24karstenwlinkissue12935 messages
2011-09-08 09:32:24karstenwcreate