diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2017-10-02 16:33:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 16:33:42 +0900 |
commit | b75a228af8c0553aef44e4e03763af90fbc8737f (patch) | |
tree | 557656c9ed12012c74c98c457b5a672df5fa4a52 /Python/asdl.c | |
parent | edc05c5d88c1ce853b3d04b34679ed7d69c2142a (diff) | |
download | cpython-git-b75a228af8c0553aef44e4e03763af90fbc8737f.tar.gz |
bpo-31659: Use simple slicing to format PEM cert (GH-3849)
DER_cert_to_PEM_cert() used textwrap.fill() to format PEM.
But it's library to wrap lines on word boundary, while PEM is
base64 encoded string.
Additionally, importing textwrap is little slow.
Diffstat (limited to 'Python/asdl.c')
0 files changed, 0 insertions, 0 deletions