Message284594
| Author | brett.cannon |
|---|---|
| Recipients | Sandeep Srinivasa, brett.cannon |
| Date | 2017-01-03.22:02:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1483480920.48.0.106413950031.issue29141@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
To help you work around this you can simplify your original code such that you don't trigger the issue: dict((key, val) for key, val in docs_uploaded_at.iteritems() if len(val) == 3) and [x for x in registered if x.phone not in with_transaction_mobile] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-03 22:02:00 | brett.cannon | set | recipients: + brett.cannon, Sandeep Srinivasa |
| 2017-01-03 22:02:00 | brett.cannon | set | messageid: <1483480920.48.0.106413950031.issue29141@psf.upfronthosting.co.za> |
| 2017-01-03 22:02:00 | brett.cannon | link | issue29141 messages |
| 2017-01-03 22:02:00 | brett.cannon | create | |