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

bug fix for doctest (sf bug id: 798254) #39161

Closed
abalkin opened this issue Aug 31, 2003 · 2 comments
Closed

bug fix for doctest (sf bug id: 798254) #39161

abalkin opened this issue Aug 31, 2003 · 2 comments
Assignees

Comments

@abalkin
Copy link
Member

abalkin commented Aug 31, 2003

BPO 798269
Nosy @rhettinger, @abalkin
Files
  • doctest.py.diff
  • 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/rhettinger'
    closed_at = <Date 2003-09-02.02:11:23.000>
    created_at = <Date 2003-08-31.21:11:25.000>
    labels = []
    title = 'bug fix  for doctest (sf bug id: 798254)'
    updated_at = <Date 2003-09-02.02:11:23.000>
    user = 'https://github.com/abalkin'

    bugs.python.org fields:

    activity = <Date 2003-09-02.02:11:23.000>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = None
    closer = None
    components = ['None']
    creation = <Date 2003-08-31.21:11:25.000>
    creator = 'belopolsky'
    dependencies = []
    files = ['5555']
    hgrepos = []
    issue_num = 798269
    keywords = ['patch']
    message_count = 2.0
    messages = ['44555', '44556']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'belopolsky']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue798269'
    versions = []

    @abalkin
    Copy link
    Member Author

    abalkin commented Aug 31, 2003

    See bug report bpo-798254 for description of the bug.
    This patch allows methods borrowed from other classes
    to appear in the class dictionary without breaking
    doctest.

    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    Applied as:
    Lib/doctest.py 1.30.6.1 and 1.31

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants