Message9735

Author pcmanticore
Recipients pcmanticore
Date 2015-03-29.18:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427655138.52.0.338043375421.issue2304@psf.upfronthosting.co.za>
In-reply-to
Content
This is related to issue2303:

>>> import operator
>>> operator.xor.__module__
>>>

With the attached patch:

>>> import operator
>>> operator.xor.__module__
'operator'
>>>
History
Date User Action Args
2015-03-29 18:52:18pcmanticoresetrecipients: + pcmanticore
2015-03-29 18:52:18pcmanticoresetmessageid: <1427655138.52.0.338043375421.issue2304@psf.upfronthosting.co.za>
2015-03-29 18:52:18pcmanticorelinkissue2304 messages
2015-03-29 18:52:18pcmanticorecreate