[Python-checkins] cpython (2.7): fix issue reference

benjamin.peterson python-checkins at python.org
Wed Mar 20 19:11:19 CET 2013


http://hg.python.org/cpython/rev/71adf21421d9
changeset: 82843:71adf21421d9
branch: 2.7
user: Benjamin Peterson <benjamin at python.org>
date: Wed Mar 20 13:11:04 2013 -0500
summary:
 fix issue reference
files:
 Lib/test/test_struct.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py
--- a/Lib/test/test_struct.py
+++ b/Lib/test/test_struct.py
@@ -497,7 +497,7 @@
 self.test_unpack_from(cls=buffer)
 
 def test_unpack_with_memoryview(self):
- # SF bug 1563759: struct.unpack doesn't support buffer protocol objects
+ # Bug 10212: struct.unpack doesn't support new buffer protocol objects
 data1 = memoryview('\x12\x34\x56\x78')
 for data in [data1,]:
 value, = struct.unpack('>I', data)
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /