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 prudvibt81
Recipients paul.moore, prudvibt81, steve.dower, tim.golden, zach.ware
Date 2017-02-14.09:31:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487064702.78.0.624448701628.issue29552@psf.upfronthosting.co.za>
In-reply-to
Content
Workaround is replace the below 2 lines with "result ={D_IP:[] for D_IP in input}"

==========================
result = {}
result = result.fromkeys(input,[])  >>>> Issue with this line
==========================
History
Date User Action Args
2017-02-14 09:31:42prudvibt81setrecipients: + prudvibt81, paul.moore, tim.golden, zach.ware, steve.dower
2017-02-14 09:31:42prudvibt81setmessageid: <1487064702.78.0.624448701628.issue29552@psf.upfronthosting.co.za>
2017-02-14 09:31:42prudvibt81linkissue29552 messages
2017-02-14 09:31:42prudvibt81create