[issue5364] documentation in epub format

2012-07-18 Thread Ilpo Nyyssönen
Changes by Ilpo Nyyssönen : -- nosy: +biny ___ Python tracker <http://bugs.python.org/issue5364> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15109] sqlite3.Connection.iterdump() dies with encoding exception

2012-07-17 Thread Ilpo Nyyssönen
Changes by Ilpo Nyyssönen : -- nosy: +biny ___ Python tracker <http://bugs.python.org/issue15109> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3424] imghdr test order makes it slow

2008-08-02 Thread Ilpo Nyyssönen
Ilpo Nyyssönen <[EMAIL PROTECTED]> added the comment: jpeg exif png gif tiff and then the rest ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3424] imghdr test order makes it slow

2008-07-22 Thread Ilpo Nyyssönen
Changes by Ilpo Nyyssönen <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10959/optimized ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3424] imghdr test order makes it slow

2008-07-22 Thread Ilpo Nyyssönen
Ilpo Nyyssönen <[EMAIL PROTECTED]> added the comment: Naturally it requires a big amount of files. Getting big amount of jpegs is easy. Getting big amount of pbms or rgbs is not so easy. I'll attach two profiling runs showing some difference when test_jpeg and test_exif are move

[issue3424] imghdr test order makes it slow

2008-07-22 Thread Ilpo Nyyssönen
New submission from Ilpo Nyyssönen <[EMAIL PROTECTED]>: The order of tests in imghdr makes it slow in common cases. Even without any statistics it is quite easy to see that jpeg is the most common format. In imghdr only bmp and png are after it. Also, should png really be the last one?