commit | 97db05de3ee09011205e32a3e7d79ad4b1544abe | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jan 07 08:15:41 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jan 07 08:15:41 2005 +0000 |
tree | d8b1b59328490baab43ff7ba04c3caa981855dd8 | |
parent | dd3e6cb21318b3889bab4ffb07c545a3b03ad636 [diff] [blame] |
SF #75103: imghdr -- identify JPEGs in EXIF format
diff --git a/Misc/NEWS b/Misc/NEWS index eb40d97..d7b35d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library ------- +- The imghdr module now detects Exif files. + - StringIO.truncate() now correctly adjusts the size attribute. (Bug #951915).