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 ngie
Recipients Douglas.Leeder, Nick.Dowell, alexandre.vassalotti, doko, gregory.p.smith, ned.deily, ngie
Date 2010-09-16.06:58:59
SpamBayes Score 2.1846361e-08
Marked as misclassified No
Message-id <1284620342.58.0.542981849704.issue8746@psf.upfronthosting.co.za>
In-reply-to
Content
*NOUNLINK was not implemented by OSX, so there's actually a bug with the compile tests if you take that into consideration. And again, only FreeBSD defines *NOUNLINK. The other BSDs, not so much.

As far as the reason why I implemented the flags, the documentation that I was looking at didn't implement those flags. I looked at the latest documentation and it appears to be correct though. I will implement tests for *UNLINK and *HIDDEN (FWIW the tests I wrote are ok for cross-compilation because they just test for the existence of the values -- they don't test to ensure that the functionality is correct, like some of the logic in configure was recently `fixed' to do).
History
Date User Action Args
2010-09-16 06:59:02ngiesetrecipients: + ngie, doko, gregory.p.smith, alexandre.vassalotti, ned.deily, Nick.Dowell, Douglas.Leeder
2010-09-16 06:59:02ngiesetmessageid: <1284620342.58.0.542981849704.issue8746@psf.upfronthosting.co.za>
2010-09-16 06:59:00ngielinkissue8746 messages
2010-09-16 06:58:59ngiecreate