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 vstinner
Recipients jcea, mark.dickinson, rhettinger, vstinner
Date 2011-04-21.08:48:35
SpamBayes Score 0.012671724
Marked as misclassified No
Message-id <1303375715.89.0.376029336109.issue11888@psf.upfronthosting.co.za>
In-reply-to
Content
> The main issue is that we'd have to provide (and maintain) our own
> implementation of log2 for Windows (and other OSs that don't have all
> the C99 support.  Solaris?)

No, we don't have to. Python has already a lot of optional functions, see for example the os module. We can provide log2() only if the C library has this function.
History
Date User Action Args
2011-04-21 08:48:35vstinnersetrecipients: + vstinner, rhettinger, jcea, mark.dickinson
2011-04-21 08:48:35vstinnersetmessageid: <1303375715.89.0.376029336109.issue11888@psf.upfronthosting.co.za>
2011-04-21 08:48:35vstinnerlinkissue11888 messages
2011-04-21 08:48:35vstinnercreate