[Python-Dev] Broken Test -- test_distutils (original) (raw)

Tarek Ziadé ziade.tarek at gmail.com
Fri Jan 30 00:05:28 CET 2009


On Fri, Jan 30, 2009 at 12:00 AM, Raymond Hettinger <python at rcn.com> wrote:

In the past couple of days, testdistutils started failing. It looks like a pure python error and may have been introduced by guilherme.polo's checkins:

That's me. I'll fix this problem right now.

File "c:\py27\lib\distutils\tests\testsdist.py", line 119, in testmakedistr ibution spawn('tar --help') File "c:\py27\lib\distutils\spawn.py", line 37, in spawn spawnnt(cmd, searchpath, dryrun=dryrun) File "c:\py27\lib\distutils\spawn.py", line 70, in spawnnt cmd = ntquoteargs(cmd) File "c:\py27\lib\distutils\spawn.py", line 61, in ntquoteargs args[i] = '"%s"' % args[i] TypeError: 'str' object does not support item assignment 1 test failed: testdistutils

Raymond


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ziade.tarek%40gmail.com

-- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/



More information about the Python-Dev mailing list