]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
guess_all_extensions(): Return the empty list instead of None when
authorBarry Warsaw <barry@python.org>
Mon, 9 Jun 2003 22:27:41 +0000 (22:27 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 9 Jun 2003 22:27:41 +0000 (22:27 +0000)
commit9caa0d1642b79020a1665560e6efaedabfadfba3
treef0d7a3303445d8777eff6e152fa6ada997a50402
parente07b83591fe4c9e6dec9b9e94b97bb536985a2ff
guess_all_extensions(): Return the empty list instead of None when
there are no matching types.  Updated the docs and docstrings.  Added
some unit tests.
Doc/lib/libmimetypes.tex
Lib/mimetypes.py
Lib/test/test_mimetypes.py