Open
Description
The SimpleQueue class in multiprocessing was moved from multiprocessing.queues.SimpleQueue to multiprocessing.SimpleQueue in Python 3.3. However, this move is missing from future.moves
and future.standard_library.install_aliases
. While not something that occurred in the move from 2 to 3, could this move be added in python-future?