What is the version of bzip2 in python 3.2?
bzip2 is currently at 1.0.6.
How can I find the version used in python 3.2?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this file:
http://svn.python.org/projects/python/branches/py3k/PC/VC6/bz2.dsp
it’s 1.0.5 but you can use this patch to upgrade:
http://hg.python.org/cpython/rev/db97a8248863