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

Remove deprecated functions from operator #43602

Closed
collinwinter mannequin opened this issue Jul 3, 2006 · 5 comments
Closed

Remove deprecated functions from operator #43602

collinwinter mannequin opened this issue Jul 3, 2006 · 5 comments
Labels
stdlib Python modules in the Lib dir

Comments

@collinwinter
Copy link
Mannequin

collinwinter mannequin commented Jul 3, 2006

BPO 1516309
Nosy @Yhg1s, @birkenfeld
Files
  • clean_up_operator.patch: Remove deprecated functions from operator, against r47214
  • NEWS.diff: Make note of the removal in NEWS, against r47214
  • 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 2007-03-14.20:08:36.000>
    created_at = <Date 2006-07-03.12:47:33.000>
    labels = ['library']
    title = 'Remove deprecated functions from operator'
    updated_at = <Date 2007-03-14.20:08:36.000>
    user = 'https://bugs.python.org/collinwinter'

    bugs.python.org fields:

    activity = <Date 2007-03-14.20:08:36.000>
    actor = 'collinwinter'
    assignee = 'collinwinter'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2006-07-03.12:47:33.000>
    creator = 'collinwinter'
    dependencies = []
    files = ['7362', '7363']
    hgrepos = []
    issue_num = 1516309
    keywords = ['patch']
    message_count = 5.0
    messages = ['50584', '50585', '50586', '50587', '50588']
    nosy_count = 3.0
    nosy_names = ['twouters', 'georg.brandl', 'collinwinter']
    pr_nums = []
    priority = 'normal'
    resolution = 'later'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1516309'
    versions = ['Python 2.6']

    @collinwinter
    Copy link
    Mannequin Author

    collinwinter mannequin commented Jul 3, 2006

    This patch removes the isCallable() and
    sequenceIncludes() functions from the operator module.
    These functions have been deprecated since Python 2.0.

    This patch is against r47214.

    @collinwinter collinwinter mannequin closed this as completed Jul 3, 2006
    @collinwinter collinwinter mannequin closed this as completed Jul 3, 2006
    @collinwinter collinwinter mannequin added stdlib Python modules in the Lib dir labels Jul 3, 2006
    @birkenfeld
    Copy link
    Member

    I think you can safely commit this.

    @Yhg1s
    Copy link
    Member

    Yhg1s commented Mar 14, 2007

    Please don't actually remove them until after 2.6 is out; the use of the functions should actually warn (with DeprecationWarning) for at least a release, and they don't warn currently.

    @birkenfeld
    Copy link
    Member

    My bad, I had thought this patch to be for Python 3000.

    @collinwinter
    Copy link
    Mannequin Author

    collinwinter mannequin commented Mar 14, 2007

    I'll go ahead and add deprecation warnings for 2.6 and remove them in 3.0.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants