Comment 16 for bug 630511

Revision history for this message
Barry Warsaw (barry) wrote :

Upgrade the following packages:
python3.1-minimal [3.1.2-0ubuntu2 (lucid, now) -> 3.1.2-0ubuntu3
(lucid-proposed)]

Score is 81

Accept this solution? [Y/n/q/?]
The following packages will be upgraded:
  python3.1 python3.1-minimal
2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,303kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Get:1 http://archive.ubuntu.com/ubuntu/ lucid-proposed/main python3.1 3.1.2-0ubuntu3 [3,760kB]
Get:2 http://archive.ubuntu.com/ubuntu/ lucid-proposed/main python3.1-minimal 3.1.2-0ubuntu3 [1,543kB]
Fetched 5,303kB in 8s (643kB/s)
(Reading database ... 47982 files and directories currently installed.)
Preparing to replace python3.1 3.1.2-0ubuntu2 (using .../python3.1_3.1.2-0ubuntu3_amd64.deb) ...
Unpacking replacement python3.1 ...
Preparing to replace python3.1-minimal 3.1.2-0ubuntu2 (using .../python3.1-minimal_3.1.2-0ubuntu3_amd64.deb) ...
Unpacking replacement python3.1-minimal ...
Processing triggers for man-db ...
Setting up python3.1-minimal (3.1.2-0ubuntu3) ...

Setting up python3.1 (3.1.2-0ubuntu3) ...

Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

Current status: 0 updates [-2].
root@spindrift[/etc/apt:54]% python3.1 -c "import multiprocessing; multiprocessing.Pool()"
root@spindrift[/etc/apt:55]% python3.1
Python 3.1.2 (r312:79147, Sep 27 2010, 09:57:50)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>> multiprocessing.Pool()
<multiprocessing.pool.Pool object at 0x12806d0>
>>>