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 brian.curtin
Recipients David.Sankel, amaury.forgeotdarc, brian.curtin, christian.heimes, christoph, davidsarah, ezio.melotti, lemburg, mark, pitrou, ssbarnea, terry.reedy, tim.golden, tzot, v+python, vstinner
Date 2011-01-14.19:06:12
SpamBayes Score 0.0019573472
Marked as misclassified No
Message-id <1295031976.24.0.650450432958.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
I think we even agreed to drop 2000, although the PEP hasn't been updated and I couldn't find the supposed email where this was said.

For implementing functionality that isn't supported on all Windows versions or architectures, you can look at PC/winreg.c for a few examples. DisableReflectionKey is a good example off the top of my head.
History
Date User Action Args
2011-01-14 19:06:16brian.curtinsetrecipients: + brian.curtin, lemburg, terry.reedy, tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, ssbarnea, davidsarah, David.Sankel
2011-01-14 19:06:16brian.curtinsetmessageid: <1295031976.24.0.650450432958.issue1602@psf.upfronthosting.co.za>
2011-01-14 19:06:13brian.curtinlinkissue1602 messages
2011-01-14 19:06:12brian.curtincreate