0

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?

Slater Victoroff
  • 21,376
  • 21
  • 85
  • 144
HWende
  • 1,705
  • 4
  • 18
  • 30

1 Answers1

2

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

mnowotka
  • 16,430
  • 18
  • 88
  • 134