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 doctest in unicodeless build #66042

Closed
serhiy-storchaka opened this issue Jun 24, 2014 · 1 comment
Closed

Fix doctest in unicodeless build #66042

serhiy-storchaka opened this issue Jun 24, 2014 · 1 comment
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 21843
Nosy @benjaminp, @serhiy-storchaka
Dependencies
  • bpo-21833: Fix unicodeless build of Python
  • Files
  • doctest.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 = None
    closed_at = <Date 2017-04-20.17:09:11.193>
    created_at = <Date 2014-06-24.07:23:16.551>
    labels = ['tests', 'type-bug', 'library']
    title = 'Fix doctest in unicodeless build'
    updated_at = <Date 2017-04-20.17:09:11.192>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-04-20.17:09:11.192>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-04-20.17:09:11.193>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'Tests']
    creation = <Date 2014-06-24.07:23:16.551>
    creator = 'serhiy.storchaka'
    dependencies = ['21833']
    files = ['35754']
    hgrepos = []
    issue_num = 21843
    keywords = ['patch']
    message_count = 1.0
    messages = ['221415']
    nosy_count = 2.0
    nosy_names = ['benjamin.peterson', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue21843'
    versions = ['Python 2.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch fixes the doctest module and it's tests for Python built with the --disable-unicode configure option.

    @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
    @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