This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, doko, hroncok, lukasz.langa, pablogsal, serhiy.storchaka, vstinner
Date 2021-11-10.14:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636553112.92.0.0659375095296.issue45778@roundup.psfhosted.org>
In-reply-to
Content
- _PyUnicode_DecodeUnicodeEscape@Base

Removed by:

commit 7c722e32bf582108680f49983cf01eaed710ddb9
Author: Serhiy Storchaka <storchaka@gmail.com>
Date:   Thu Oct 14 20:03:29 2021 +0300

    [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
    
    They support now splitting escape sequences between input chunks.
    
    Add the third parameter "final" in codecs.unicode_escape_decode().
    It is True by default to match the former behavior.
    (cherry picked from commit c96d1546b11b4c282a7e21737cb1f5d16349656d)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
History
Date User Action Args
2021-11-10 14:05:12vstinnersetrecipients: + vstinner, doko, christian.heimes, lukasz.langa, serhiy.storchaka, hroncok, pablogsal
2021-11-10 14:05:12vstinnersetmessageid: <1636553112.92.0.0659375095296.issue45778@roundup.psfhosted.org>
2021-11-10 14:05:12vstinnerlinkissue45778 messages
2021-11-10 14:05:12vstinnercreate