SIGN IN SIGN UP

Miscellaneous cleanups to bz2 and test_bz2 following issue #1625.

* In bz2.decompress(), concatenate partial results in a way that should
   be more friendly to other Python implementations
* Remove redundant comments in test_bz2
* Use 'while True:' instead of 'while 1:'
N
Nadeem Vawda committed
98838bac9c1ac67a910e19812e4c9f6e77ef2378
Parent: 65bf417