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

More urllib2 examples #39158

Closed
jjlee mannequin opened this issue Aug 31, 2003 · 3 comments
Closed

More urllib2 examples #39158

jjlee mannequin opened this issue Aug 31, 2003 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@jjlee
Copy link
Mannequin

jjlee mannequin commented Aug 31, 2003

BPO 798244
Nosy @loewis, @rhettinger
Files
  • urllib2_examples.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 2004-08-25.11:25:01.000>
    created_at = <Date 2003-08-31.19:47:56.000>
    labels = ['docs']
    title = 'More urllib2 examples'
    updated_at = <Date 2004-08-25.11:25:01.000>
    user = 'https://bugs.python.org/jjlee'

    bugs.python.org fields:

    activity = <Date 2004-08-25.11:25:01.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2003-08-31.19:47:56.000>
    creator = 'jjlee'
    dependencies = []
    files = ['5553']
    hgrepos = []
    issue_num = 798244
    keywords = ['patch']
    message_count = 3.0
    messages = ['44550', '44551', '44552']
    nosy_count = 3.0
    nosy_names = ['loewis', 'rhettinger', 'jjlee']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue798244'
    versions = ['Python 2.3']

    @jjlee
    Copy link
    Mannequin Author

    jjlee mannequin commented Aug 31, 2003

    I'm posting this here because I couldn't see how to
    upload a file to bug 545480.

    Here are some more examples.

    I don't use a proxy, so I haven't tested them. They're
    very simple though (famous last words...).

    I include examples about adding headers, since I get the
    impression people assume it's awkward to do this with
    urllib2. Also, User-Agent is a special case that often
    comes up.

    The patch also fixes a couple of markup nits.

    @jjlee jjlee mannequin closed this as completed Aug 31, 2003
    @jjlee jjlee mannequin added the docs Documentation in the Doc dir label Aug 31, 2003
    @jjlee jjlee mannequin closed this as completed Aug 31, 2003
    @jjlee jjlee mannequin added the docs Documentation in the Doc dir label Aug 31, 2003
    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    Would you solicit someone to test these for you and report
    back when you're confident (based on running code) that
    they are right.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Aug 25, 2004

    Logged In: YES
    user_id=21627

    The examples look fine to me. Applied as urllib2.tex 1.21

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant