summaryrefslogtreecommitdiffstats
path: root/PCbuild/_bz2.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-0/+581
file-like objects using a new `fileobj` constructor argument. Patch by Nadeem Vawda.