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 pitrou
Recipients Arfrever, christian.heimes, pitrou, skrah, vstinner, zach.ware
Date 2013-10-29.14:22:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383056543.51.0.688073632452.issue19229@psf.upfronthosting.co.za>
In-reply-to
Content
Why not:


try:
    from _operator import *
except ImportError:
    from _pyoperator import *
History
Date User Action Args
2013-10-29 14:22:23pitrousetrecipients: + pitrou, vstinner, christian.heimes, Arfrever, skrah, zach.ware
2013-10-29 14:22:23pitrousetmessageid: <1383056543.51.0.688073632452.issue19229@psf.upfronthosting.co.za>
2013-10-29 14:22:23pitroulinkissue19229 messages
2013-10-29 14:22:23pitroucreate