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 r.david.murray
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, r.david.murray, rosslagerwall, vstinner
Date 2011-06-22.15:23:32
SpamBayes Score 7.709476e-08
Marked as misclassified No
Message-id <1308756213.34.0.699176937201.issue12326@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, the lib/plat- directories should continue to work just fine using linux3, correct?  Or using linux, if we change sys.platform.

(Note: just because we don't import them in the test suite doesn't mean that user code in the field isn't using them...I got a few (trivial it is true, but...) hits from google code search on DLFCN.)

Changing sys.platform as Martin suggests seems like the least painful solution to me.

Note, however, that we have skips in the tests suite that do care about, for example, the FreeBSD OS major version.  FreeBSD does sometimes fix the bugs we've discovered...but as someone else pointed out, this doesn't necessarily happen at a major release boundary, we just use that in the test skipping because it is the easiest thing for us to do.  If sys.platform no longer included the OS major version, the test skips would probably end up being made more accurate.
History
Date User Action Args
2011-06-22 15:23:33r.david.murraysetrecipients: + r.david.murray, lemburg, loewis, amaury.forgeotdarc, pitrou, vstinner, jwilk, ezio.melotti, eric.araujo, Arfrever, neologix, rosslagerwall, petri.lehtinen
2011-06-22 15:23:33r.david.murraysetmessageid: <1308756213.34.0.699176937201.issue12326@psf.upfronthosting.co.za>
2011-06-22 15:23:32r.david.murraylinkissue12326 messages
2011-06-22 15:23:32r.david.murraycreate