[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-10-03 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r85197 / r85198 Thanks ! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-12 Thread Éric Araujo
Éric Araujo added the comment: Since I already had docutils for my system 2.6 version, I just copied it all and converted it for 3.2. I prefer not to use software that’s not available through my system package manager, but that’s hardly relevant here :) So, if the io import is fixed, I guess th

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-12 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: 'python3.2 setup.py build' automatically uses 2to3. You should use docutils trunk. docutils-0.6 has many bugs in support for Python 3. I have docutils installed (using Portage, Gentoo's package manager) for Python 2.6, 2.7, 3.1 and 3.2 an

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-12 Thread Éric Araujo
Éric Araujo added the comment: After converting docutils through 2to3 *sigh* and making it visible to 3.2, I get only one failure: NameError: global name 'RawInputs' is not defined The DistutilsSetupError (“The docutils package is needed.”) also happens with 2.7, although “pydoc2.7 docutils”

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-12 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: You would have to install docutils. -- ___ Python tracker ___ ___ Python-bugs-l

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-12 Thread Éric Araujo
Éric Araujo added the comment: I can’t reproduce with current svn checkout. -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-li

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-11 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : Removed file: http://bugs.python.org/file17637/distutils.patch ___ Python tracker ___ ___ Pyth

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-11 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: I noticed that register_module.raw_input also should be renamed to register_module.input. The test passes with the new patch. -- Added file: http://bugs.python.org/file17638/distutils.patch ___

[issue8980] distutils.tests.test_register.RegisterTestCase.test_strict fails

2010-06-11 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis : $ python3.2 -m distutils.tests.test_register ...E == ERROR: test_strict (__main__.RegisterTestCase) --