Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix os.path in unicodeless build #66039

Closed
serhiy-storchaka opened this issue Jun 24, 2014 · 3 comments
Closed

Fix os.path in unicodeless build #66039

serhiy-storchaka opened this issue Jun 24, 2014 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 21840
Nosy @loewis, @benjaminp, @serhiy-storchaka
Files
  • os_path.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2015-02-13.10:14:19.860>
    created_at = <Date 2014-06-24.07:15:10.020>
    labels = ['tests', 'type-bug', 'library']
    title = 'Fix os.path in unicodeless build'
    updated_at = <Date 2015-02-13.10:47:52.592>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2015-02-13.10:47:52.592>
    actor = 'python-dev'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2015-02-13.10:14:19.860>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'Tests']
    creation = <Date 2014-06-24.07:15:10.020>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['35751']
    hgrepos = []
    issue_num = 21840
    keywords = ['patch']
    message_count = 3.0
    messages = ['221410', '235885', '235886']
    nosy_count = 4.0
    nosy_names = ['loewis', 'benjamin.peterson', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue21840'
    versions = ['Python 2.7']

    @serhiy-storchaka
    Copy link
    Member Author

    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.

    @serhiy-storchaka serhiy-storchaka added stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jun 24, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 13, 2015

    New changeset 8e2388b1e875 by Serhiy Storchaka in branch '2.7':
    Issue bpo-21840: Fixed expanding unicode variables of form $var in
    https://hg.python.org/cpython/rev/8e2388b1e875

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 13, 2015

    New changeset 544c5d4f4084 by Serhiy Storchaka in branch '2.7':
    Issue bpo-21840: Fixed a typo.
    https://hg.python.org/cpython/rev/544c5d4f4084

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant