[issue21840] Fix os.path in unicodeless build

2015-02-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 544c5d4f4084 by Serhiy Storchaka in branch '2.7': Issue #21840: Fixed a typo. https://hg.python.org/cpython/rev/544c5d4f4084 -- ___ Python tracker

[issue21840] Fix os.path in unicodeless build

2015-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka dependencies: -Fix unicodeless build of Python resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue21840] Fix os.path in unicodeless build

2015-02-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e2388b1e875 by Serhiy Storchaka in branch '2.7': Issue #21840: Fixed expanding unicode variables of form $var in https://hg.python.org/cpython/rev/8e2388b1e875 -- nosy: +python-dev ___ Python tracker

[issue21840] Fix os.path in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python nosy: +benjamin.peterson ___ Python tracker ___ ___ Py

[issue21840] Fix os.path in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes os.path implementations and their's tests for Python built with --disable-unicode configure option. It also fixes a bug in posixpath which affects unicode build too. -- components: Library (Lib), Tests files: os_path.patch keyw