This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Jim.Jewett, berker.peksag, corona10, gvanrossum, serhiy.storchaka, xtreak
Date 2020-07-28.17:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJ0dNm9z2e+99fSCLCwox4Bb=egTh8iZGsnPVPDB=hGLw@mail.gmail.com>
In-reply-to <1595954108.7.0.337873239211.issue40841@roundup.psfhosted.org>
Content
When the standard says "trust the filename" it is talking to the
application, not to the sniffing library. The library should provide the
tool for applications to follow the standard, but I don't see a reason why
we would have to enforce how applications call the library. Since we agree
there are use cases beyond what the standard has thought of for combining
sniffing the data and guessing based on the filename, we should make that
possible, the standard's exhortations notwithstanding.

Python is not a browser; a browser could be an application written in
Python. Python therefulre should provide tools that are useful to implement
a browser.
History
Date User Action Args
2020-07-28 17:04:18gvanrossumsetrecipients: + gvanrossum, berker.peksag, Jim.Jewett, serhiy.storchaka, corona10, xtreak
2020-07-28 17:04:18gvanrossumlinkissue40841 messages
2020-07-28 17:04:18gvanrossumcreate