[issue34835] Multiprocessing module update fails with pip3

Cheryl Sabella report at bugs.python.org
Sat Sep 29 09:52:54 EDT 2018


Cheryl Sabella <cheryl.sabella at gmail.com> added the comment:

As Steven said,
> In Python 2.6+ multiprocessing is a std lib module

This means that multiprocessing will be current with the version of Python 3 that you have installed.  If you're currently on 3.7.0, when 3.7.1 is released and you install it, you will get all the updates to multiprocessing (if there were any).

----------
nosy: +cheryl.sabella

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34835>
_______________________________________


More information about the Python-bugs-list mailing list