We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e6c4e commit fbbb3c3Copy full SHA for fbbb3c3
Lib/mimetypes.py
@@ -367,7 +367,7 @@ def init(files=None):
367
if files is None or _db is None:
368
db = MimeTypes()
369
# Quick return if not supported
370
- # db.read_windows_registry()
+ db.read_windows_registry()
371
372
if files is None:
373
files = knownfiles
Lib/test/test_httpservers.py
@@ -593,9 +593,12 @@ def test_html_escape_filename(self):
593
#!%s
594
import os
595
596
-print("Content-type: text/plain")
+print("X-ambv: was here")
597
+print("Content-type: text/html")
598
print()
599
+print("<pre>")
600
print(repr(os.environ))
601
+print("</pre>")
602
"""
603
604
0 commit comments