This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients georg.brandl, paul.moore
Date 2014-02-13.21:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392325872.98.0.312253409045.issue20621@psf.upfronthosting.co.za>
In-reply-to
Content
Apologies, cut & paste error.

3.3.2 32-bit:

PS 20:49 C:\Work\Scratch\virtualenv-pfm
>py -3.3-32 -c "import pip"
PS 20:49 C:\Work\Scratch\virtualenv-pfm
>py -3.3-32 -V
Python 3.3.2

3.4rc0 is not affected either:

PS 20:54 C:\Work\Scratch\virtualenv-pfm
>py -3.4 -c "import pip"
PS 20:57 C:\Work\Scratch\virtualenv-pfm
>py -3.4 -V
Python 3.4.0rc1
History
Date User Action Args
2014-02-13 21:11:13paul.mooresetrecipients: + paul.moore, georg.brandl
2014-02-13 21:11:12paul.mooresetmessageid: <1392325872.98.0.312253409045.issue20621@psf.upfronthosting.co.za>
2014-02-13 21:11:12paul.moorelinkissue20621 messages
2014-02-13 21:11:12paul.moorecreate