Feature Requests item #1733259, was opened at 2007-06-08 03:54 Message generated for change (Comment added) made by jimjjewett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1733259&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: durumdara (durumdara) Assigned to: Nobody/Anonymous (nobody) Summary: ZipFile CallBack Needed... Initial Comment: Hi! I wrote about this here: http://groups.google.com/group/comp.lang.python/browse_thread/thread/f08c37f30b654746/a0fe8ab504b3b702 And here: http://groups.google.com.kh/group/comp.lang.python/browse_thread/thread/c6069d12273025bf/18b9b1c286d9af7b?lnk=st&q=python+zip+callback&rnum=1#18b9b1c286d9af7b So need a little modification in ZipFile module to get more control on compression. A callback procedure needed to: - I show progress bar when I compress a file - I can abort the whole compression procedure When I compress little files, no problem. But when compress large files, I lost the control, and I don't know (I can't show) the compression progress, and the remaining bytes. I can change this in my app only, but if I installed a new Python I lost it everytime... :-( Thanks for your help: dd ---------------------------------------------------------------------- Comment By: Jim Jewett (jimjjewett) Date: 2007-06-15 11:06 Message: Logged In: YES user_id=764593 Originator: NO Does the fact that """I can change this in my app only, but if I installed a new Python I lost it everytime...""" mean that you already have a patch? Patches get applied faster than feature requests get worked on... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1733259&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com