From: Peter Otten on
Terry Reedy wrote:

> Nice catch, Peter. I filed a request that the message quote the name it
> cannot import, so that the OP would have seen the more informative
>
> ImportError: No module named 'collections\r'
>
> http://bugs.python.org/issue8754

Good idea; thank you for taking the initiative.

Peter