Message212288
It is a backward compatibility bug. Something that used to work doesn't any more. And it was explicitly *made* to work previously (the original __init__ statement was 'import collections.abc'). And it is is an implementation bug in the original patch because otherwise there would be no point in importing _collections_abc in __init__.
But you are right, it is relatively unlikely that anyone is relying on it. |
|
| Date |
User |
Action |
Args |
| 2014-02-26 18:58:57 | r.david.murray | set | recipients:
+ r.david.murray, barry, rhettinger, pitrou, vstinner, larry, christian.heimes, Arfrever, python-dev, eric.snow |
| 2014-02-26 18:58:57 | r.david.murray | set | messageid: <[email protected]> |
| 2014-02-26 18:58:57 | r.david.murray | link | issue20784 messages |
| 2014-02-26 18:58:56 | r.david.murray | create | |
|