[issue34958] urllib.error.HTTPError.fp is not closed when error is finalized on Windows

2018-10-18 Thread Xiao Di Guan
Change by Xiao Di Guan : -- nosy: +orsenthil ___ Python tracker <https://bugs.python.org/issue34958> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34958] urllib.error.HTTPError.fp is not closed when error is finalized on Windows

2018-10-11 Thread Xiao Di Guan
New submission from Xiao Di Guan : Following changes introduced in bpo-15002, HTTPError closes its fp when GCed via tempfile._TemporaryFileCloser's finalizer. However, the current implementation of _TemporaryFileCloser only defines __del__ for non-NT platforms. Assuming HTTPError.fp is part

[issue29427] Option to skip padding for base64 urlsafe encoding/decoding

2018-10-11 Thread Xiao Di Guan
Change by Xiao Di Guan : -- nosy: +puxlit ___ Python tracker <https://bugs.python.org/issue29427> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2142] difflib.unified_diff(...) produces invalid patches

2018-10-11 Thread Xiao Di Guan
Change by Xiao Di Guan : -- nosy: +puxlit ___ Python tracker <https://bugs.python.org/issue2142> ___ ___ Python-bugs-list mailing list Unsubscribe: