[issue13025] mimetypes should read the rule file using UTF-8, not the locale encoding

2020-06-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: However read_mime_types() still uses the locale encoding. See issue41048. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue41048] read_mime_types() should read the rule file using UTF-8, not the locale encoding

2020-06-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : MimeTypes.read() read the rule file using UTF-8, but read_mime_types() uses the locale encoding. It is an easy issue. You need just repeat issue13025 for read_mime_types(). -- components: Library (Lib) keywords: easy messages: 371925 nosy: serhiy

[issue18670] Using read_mime_types function from mimetypes module gives resource warning

2020-06-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It was fixed in issue20331. -- nosy: +serhiy.storchaka resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2020-06-20 Thread Larry Hastings
Change by Larry Hastings : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue38576] CVE-2019-18348: CRLF injection via the host part of the url passed to urlopen()

2020-06-20 Thread Kubilay Kocak
Change by Kubilay Kocak : -- nosy: +koobs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2020-06-20 Thread Kubilay Kocak
Change by Kubilay Kocak : -- nosy: +koobs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue41043] Escape the literal part of the path for glob()

2020-06-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 935586845815f5b4c7814794413f6a812d4bd45f by Serhiy Storchaka in branch 'master': bpo-41043: Escape literal part of the path for glob(). (GH-20994) https://github.com/python/cpython/commit/935586845815f5b4c7814794413f6a812d4bd45f --

<    1   2