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

add assertIsInstance #51280

Closed
birkenfeld opened this issue Oct 1, 2009 · 2 comments
Closed

add assertIsInstance #51280

birkenfeld opened this issue Oct 1, 2009 · 2 comments
Assignees
Labels
easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@birkenfeld
Copy link
Member

BPO 7031
Nosy @birkenfeld, @voidspace
Files
  • assertIsInstance.diff
  • assertIsInstance2.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/birkenfeld'
    closed_at = <Date 2009-10-01.20:59:42.029>
    created_at = <Date 2009-10-01.20:22:31.127>
    labels = ['easy', 'type-feature', 'library']
    title = 'add assertIsInstance'
    updated_at = <Date 2009-10-01.20:59:42.028>
    user = 'https://github.com/birkenfeld'

    bugs.python.org fields:

    activity = <Date 2009-10-01.20:59:42.028>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-10-01.20:59:42.029>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2009-10-01.20:22:31.127>
    creator = 'georg.brandl'
    dependencies = []
    files = ['15017', '15018']
    hgrepos = []
    issue_num = 7031
    keywords = ['patch', 'easy', 'needs review']
    message_count = 2.0
    messages = ['93421', '93423']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'michael.foord']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue7031'
    versions = ['Python 2.7', 'Python 3.2']

    @birkenfeld birkenfeld added stdlib Python modules in the Lib dir easy type-feature A feature request or enhancement labels Oct 1, 2009
    @birkenfeld
    Copy link
    Member Author

    Change negated method name to assertNotIsInstance.

    @birkenfeld
    Copy link
    Member Author

    Committed in r75180.

    @birkenfeld birkenfeld assigned birkenfeld and unassigned voidspace Oct 1, 2009
    @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
    easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants