[issue7666] test_lib2to3 fails if path contains space

Florent Xicluna report at bugs.python.org
Mon Mar 22 18:28:54 CET 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Ultimate pach, tested with this insane path:

>>> os.getcwdu()
u'/home/user/dev/python/py2u;\u2026 \u2192 u"n\\ic\'ode'

It should fix some buildbot failures.

----------
assignee:  -> benjamin.peterson
components: +2to3 (2.x to 3.0 conversion tool) -Tests
keywords: +buildbot, patch
nosy: +pitrou
priority:  -> normal
resolution:  -> accepted
Added file: http://bugs.python.org/file16623/lib2to3_path_with_space_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7666>
_______________________________________


More information about the Python-bugs-list mailing list