Message 162418 - Python tracker (original) (raw)

Message162418

Author jaraco
Recipients amaury.forgeotdarc, jaraco, weirdink13
Date 2012-06-06.18:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1339005787.21.0.355437419197.issue14847@psf.upfronthosting.co.za
In-reply-to
Content
We're encountering this issue in another application of ours. A scan of the code doesn't reveal any places where the encodings.* modules are removed, so I've created a wrapper I intend to apply to our application that might help us detect where the module is being deleted. I'm attaching it as 'wrapper.py'. It appears to work for the nominal case. I'll report back if it works (or doesn't) for a real-world case.
History
Date User Action Args
2012-06-06 18:03:07 jaraco set recipients: + jaraco, amaury.forgeotdarc, weirdink13
2012-06-06 18:03:07 jaraco set messageid: 1339005787.21.0.355437419197.issue14847@psf.upfronthosting.co.za
2012-06-06 18:03:06 jaraco link issue14847 messages
2012-06-06 18:03:06 jaraco create