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 chuck
Recipients chuck, exarkun, georg.brandl, gregory.p.smith, ivank, loewis, pitrou
Date 2009-09-26.11:48:59
SpamBayes Score 4.1352644e-11
Marked as misclassified No
Message-id <1253965741.52.0.838191311923.issue6071@psf.upfronthosting.co.za>
In-reply-to
Content
You asked "what" not "which" :)

test test_codecs failed -- Traceback (most recent call last):
  File "/Users/jan/src/python-svn/Lib/test/test_codecs.py", line 531, in 
test_array
    codecs.readbuffer_encode(array.array("c", "spam")),
TypeError: must be string or read-only buffer, not array.array


test test_ioctl failed -- Traceback (most recent call last):
  File "/Users/jan/src/python-svn/Lib/test/test_ioctl.py", line 34, in 
test_ioctl_mutate
    r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
TypeError: ioctl requires a file or file descriptor, an integer and 
optionally an integer or buffer argument


test test_multiprocessing failed -- Traceback (most recent call last):
  File "/Users/jan/src/python-svn/Lib/test/test_multiprocessing.py", 
line 1269, in test_connection
    self.assertEqual(conn.send_bytes(arr), None)
TypeError: must be string or read-only buffer, not array.array


test test_socket failed -- errors occurred; run in verbose mode for 
details
(have to recheck)


test test_struct failed -- Traceback (most recent call last):
  File "/Users/jan/src/python-svn/Lib/test/test_struct.py", line 468, in 
test_unpack_with_buffer
    value, = struct.unpack('>I', data)
error: unpack requires a string argument of length 4
History
Date User Action Args
2009-09-26 11:49:01chucksetrecipients: + chuck, loewis, georg.brandl, gregory.p.smith, exarkun, pitrou, ivank
2009-09-26 11:49:01chucksetmessageid: <1253965741.52.0.838191311923.issue6071@psf.upfronthosting.co.za>
2009-09-26 11:49:00chucklinkissue6071 messages
2009-09-26 11:48:59chuckcreate