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 mark.dickinson
Recipients brett.cannon, mark.dickinson, ronaldoussoren
Date 2009-08-02.18:46:12
SpamBayes Score 4.0559075e-06
Marked as misclassified No
Message-id <1249238775.15.0.198924769427.issue2715@psf.upfronthosting.co.za>
In-reply-to
Content
This came up again recently in issue 6621.

What's the current status of the binhex module in py3k?  It looks as 
though the Carbon-specific code has been *partially* but not completely 
removed.  In particular, there are references to FSSpec remaining, but 
no FSSpec is imported anywhere.

The references to FSSpec are all inside "if os.name == 'mac': ... " 
blocks.  On my 10.5/Intel and 10.4/PPC systems os.name gives 'posix', so 
these blocks never get executed.

Is it safe to simply remove these blocks?
History
Date User Action Args
2009-08-02 18:46:15mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, ronaldoussoren
2009-08-02 18:46:15mark.dickinsonsetmessageid: <1249238775.15.0.198924769427.issue2715@psf.upfronthosting.co.za>
2009-08-02 18:46:13mark.dickinsonlinkissue2715 messages
2009-08-02 18:46:12mark.dickinsoncreate