Message230403
| Author | rhettinger |
|---|---|
| Recipients | ethan.furman, rhettinger |
| Date | 2014-10-31.22:23:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1414794213.67.0.17262120861.issue22779@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This behavior was intended. It was modeled after the behavior for lists. Any change here would break code such as: d = deque() d += 'abc' # This is specially allowed (note, we have a test for it) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-31 22:23:33 | rhettinger | set | recipients: + rhettinger, ethan.furman |
| 2014-10-31 22:23:33 | rhettinger | set | messageid: <1414794213.67.0.17262120861.issue22779@psf.upfronthosting.co.za> |
| 2014-10-31 22:23:33 | rhettinger | link | issue22779 messages |
| 2014-10-31 22:23:33 | rhettinger | create | |