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 Kontr-Olli
Recipients Kontr-Olli, akuchling, dbonner, niemeyer, pitrou, r.david.murray, therve, thomaslee
Date 2010-08-30.00:16:42
SpamBayes Score 1.0945508e-07
Marked as misclassified No
Message-id <1283127406.6.0.924008159256.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
Dear all,

first of all, thank you for the patch making multiple file-streams in bz2 available in python. Yesterday, I've tried to adapt the recent patch for python 3k to the actual python 2.7. Most of the hunks could be easy adapted by editing just one ore two things concerning the different file-layout between p3k and python 2.7.

Unfortunatelly it wasn't possible for me to completly downgrade this patch to python 2.7. Especially the last hunk in the patch and also the hunks which are related to self->rawfp couldn't be adapted succesfully by me.

Could anybody assist me to make this patch available for python 2.7 or does a patch for this python version already exist?

If you like, I can upload my recent changes in this patch for further investigation.

Thank you!

best regards,
Oliver Deppert
History
Date User Action Args
2010-08-30 00:16:47Kontr-Ollisetrecipients: + Kontr-Olli, akuchling, niemeyer, pitrou, therve, thomaslee, r.david.murray, dbonner
2010-08-30 00:16:46Kontr-Ollisetmessageid: <1283127406.6.0.924008159256.issue1625@psf.upfronthosting.co.za>
2010-08-30 00:16:44Kontr-Ollilinkissue1625 messages
2010-08-30 00:16:43Kontr-Ollicreate