[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I've closed Issue43975 as a duplicate of this. -- ___ Python tracker ___ ___ Python-bugs-list

[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I've closed Issue46035 as a duplicate of this. -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- title: mimetypes.guess_type() returns incorrectly formatted type -> validate mime types loaded from system files. Document that system files take precedence. type: behavior -> enhancement versions: +Python 3.11 -Python 3.7