Mercurial > ~astiob > upreckon > hgweb
view 2.00/zipfile.py @ 26:5bbb68833868
Output text improvements
Detailed error messages are now printed in more cases and have only their first letter forced into lowercase.
The description of the --update option now describes properly what it does.
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Thu, 23 Sep 2010 23:50:45 +0000 |
parents | ec6f1a132109 |
children | a8cc383b787c |
line wrap: on
line source
import sys if sys.version_info[0] == 3: from zipfile3 import * else: from zipfile2 import *