[issue21840] Fix os.path in unicodeless build

Serhiy Storchaka report at bugs.python.org
Tue Jun 24 09:15:10 CEST 2014


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
keywords: patch
messages: 221410
nosy: loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix os.path in unicodeless build
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file35751/os_path.patch

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


More information about the Python-bugs-list mailing list