Skip to content

urllib.quote and unquote - Unicode issues #47550

@mgiuca

Description

@mgiuca
mannequin
BPO 3300
Nosy @gvanrossum, @loewis, @orsenthil, @pitrou
Files
  • parse.py.patch: (obsolete) Patch fixing all three issues; commit log in comment
  • parse.py.patch2: (obsolete) Second patch (supersedes parse.py.patch); commit log in comment
  • parse.py.patch3: (obsolete) Third patch (supersedes parse.py.patch2); commit log in comment
  • parse.py.patch4: (obsolete) Fourth patch (supersedes parse.py.patch3); commit log in comment
  • parse.py.patch5: (obsolete) Fifth patch (supersedes parse.py.patch4); commit log in comment
  • parse.py.patch6: (obsolete) Sixth patch (supersedes parse.py.patch5); commit log in comment
  • parse.py.patch7: (obsolete) Seventh patch (supersedes parse.py.patch6); commit log in comment
  • parse.py.patch8: (obsolete) Eighth patch (supersedes parse.py.patch7); commit log in comment
  • parse.py.metapatch8: Diff between patch7 and patch8 (result of review).
  • patch
  • parse.py.patch8+allsafe: Patch8, and quote allows all characters in 'safe'
  • parse.py.patch9: Ninth patch (supersedes parse.py.patch8); commit log in comment for patch 8
  • parse.py.patch10: Tenth patch (supersedes parse.py.patch9); commit log in comment
  • 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/gvanrossum'
    closed_at = <Date 2008-08-18.21:45:16.480>
    created_at = <Date 2008-07-06.14:52:09.661>
    labels = ['type-bug', 'library', 'release-blocker']
    title = 'urllib.quote and unquote - Unicode issues'
    updated_at = <Date 2008-08-20.10:03:34.782>
    user = 'https://bugs.python.org/mgiuca'

    bugs.python.org fields:

    activity = <Date 2008-08-20.10:03:34.782>
    actor = 'mgiuca'
    assignee = 'gvanrossum'
    closed = True
    closed_date = <Date 2008-08-18.21:45:16.480>
    closer = 'gvanrossum'
    components = ['Library (Lib)']
    creation = <Date 2008-07-06.14:52:09.661>
    creator = 'mgiuca'
    dependencies = []
    files = ['10829', '10870', '10873', '10883', '10888', '11009', '11015', '11069', '11070', '11089', '11092', '11093', '11111']
    hgrepos = []
    issue_num = 3300
    keywords = ['patch']
    message_count = 80.0
    messages = ['69333', '69339', '69366', '69472', '69473', '69485', '69493', '69508', '69519', '69535', '69537', '69583', '69591', '70497', '70512', '70771', '70788', '70791', '70793', '70800', '70804', '70806', '70807', '70818', '70824', '70828', '70830', '70833', '70834', '70840', '70855', '70858', '70861', '70862', '70868', '70869', '70872', '70878', '70879', '70880', '70913', '70949', '70955', '70958', '70959', '70962', '70965', '70969', '70970', '71042', '71043', '71054', '71055', '71057', '71064', '71065', '71069', '71072', '71073', '71082', '71083', '71084', '71085', '71086', '71088', '71089', '71090', '71091', '71092', '71096', '71121', '71124', '71126', '71130', '71131', '71332', '71356', '71387', '71530', '71533']
    nosy_count = 8.0
    nosy_names = ['gvanrossum', 'loewis', 'jimjjewett', 'janssen', 'orsenthil', 'pitrou', 'thomaspinckney3', 'mgiuca']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue3300'
    versions = ['Python 3.0']

    Metadata

    Metadata

    Assignees

    Labels

    release-blockerstdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions