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

Allow the "backslashreplace" error handler support decoding #66659

Closed
serhiy-storchaka opened this issue Sep 23, 2014 · 2 comments
Closed

Allow the "backslashreplace" error handler support decoding #66659

serhiy-storchaka opened this issue Sep 23, 2014 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 22469
Nosy @malemburg, @doerwalter, @ncoghlan, @serhiy-storchaka
Superseder
  • bpo-22286: Allow backslashreplace error handler to be used on input
  • Files
  • backslashreplace_decode.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 2014-09-23.12:26:46.707>
    created_at = <Date 2014-09-23.12:22:22.414>
    labels = ['extension-modules', 'type-feature']
    title = 'Allow the "backslashreplace" error handler support decoding'
    updated_at = <Date 2014-09-23.12:28:37.971>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2014-09-23.12:28:37.971>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-09-23.12:26:46.707>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2014-09-23.12:22:22.414>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['36696']
    hgrepos = []
    issue_num = 22469
    keywords = ['patch']
    message_count = 2.0
    messages = ['227349', '227351']
    nosy_count = 4.0
    nosy_names = ['lemburg', 'doerwalter', 'ncoghlan', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '22286'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue22469'
    versions = ['Python 3.5']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch allows the "backslashreplace" error handler to be used not only in encoding, but in decoding and translating.

    @serhiy-storchaka serhiy-storchaka added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Sep 23, 2014
    @serhiy-storchaka
    Copy link
    Member Author

    Oh sorry, there is already opened bpo-22469.

    @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
    extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant