commit | 3608f0570e634ac127ed9bce10d305d16a19e984 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Apr 04 20:32:03 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Apr 04 20:32:03 2007 +0000 |
tree | 9962e7dac2e1f8957cfefc47fffe22a1a47edab8 | |
parent | 8863544522d78e89907bfbe18754426fdce6edea [diff] [blame] |
Bug #1563759: struct.unpack doens't support buffer protocol objects
diff --git a/Misc/NEWS b/Misc/NEWS index afbd326..618d5f1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Extension Modules ----------------- +- Bug #1563759: struct.unpack doens't support buffer protocol objects + - Bug #1686475: Support stat'ing open files on Windows again. - Bug #1647541: Array module's buffer interface can now handle empty arrays.