[issue15602] zipfile: wrong encoding charset of member filename

2012-08-08 Thread monson
New submission from monson: In /cpython/Lib/zipfile.py, there are some codes like if flags & 0x800: # UTF-8 file names extension filename = filename.decode('utf-8') else: # Historical ZIP fil

[issue17540] logging formatter support 'style' key in dictionary config

2013-03-24 Thread monson
New submission from monson: Since from version 3.2 ``style`` parameter was added in class logging.Formatter, it should be availably configured in configuration dictionary or file. -- components: Library (Lib) files: add-logging-config-key-style.patch keywords: patch messages: 185188