[Python-Dev] non-US zip archives support in zipfile.py

2013-10-14 Thread Sergey Dorofeev
Hello, I'd like to submit patch to support zip archives created on systems that use non-US codepage (e.g. russian CP866). Codepage would be specified in additional parameter of ZipFile constructor, named "codepage". If it is not specified, old behavior is preserved (use CP437). --- zipfile.py

[Python-Dev] calendar.timegm

2006-02-21 Thread Sergey Dorofeev
Hello. Historical question ;) Anyone can explain why function timegm is placed into module calendar, not to module time, where it would be near with similar function mktime? ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/ma