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 broken code from urllib2 #43145

Closed
jjlee mannequin opened this issue Apr 2, 2006 · 2 comments
Closed

Remove broken code from urllib2 #43145

jjlee mannequin opened this issue Apr 2, 2006 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@jjlee
Copy link
Mannequin

jjlee mannequin commented Apr 2, 2006

BPO 1463012
Nosy @birkenfeld
Files
  • cleanup.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 2006-04-02.20:48:24.000>
    created_at = <Date 2006-04-02.12:19:36.000>
    labels = ['library']
    title = 'Remove broken code from urllib2'
    updated_at = <Date 2006-04-02.20:48:24.000>
    user = 'https://bugs.python.org/jjlee'

    bugs.python.org fields:

    activity = <Date 2006-04-02.20:48:24.000>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2006-04-02.12:19:36.000>
    creator = 'jjlee'
    dependencies = []
    files = ['7134']
    hgrepos = []
    issue_num = 1463012
    keywords = ['patch']
    message_count = 2.0
    messages = ['49942', '49943']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'jjlee']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1463012'
    versions = ['Python 2.5']

    @jjlee
    Copy link
    Mannequin Author

    jjlee mannequin commented Apr 2, 2006

    CustomProxy and CustomProxyHandler have been
    non-functional since first checkin of the module.
    Neither class is documented.

    OpenerFactory is not documented and has been marked
    with "#bleck! don't use this yet" since first checkin ;-)

    The patch removes these three classes, and does a bit
    of docstring / comment weeding.

    @jjlee jjlee mannequin closed this as completed Apr 2, 2006
    @jjlee jjlee mannequin added the stdlib Python modules in the Lib dir label Apr 2, 2006
    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=849994

    Thanks! Applied as rev. 43554.

    @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

    1 participant