mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
This commit is contained in:
parent
0360a9d015
commit
13f1f423fa
10 changed files with 137 additions and 67 deletions
|
@ -328,3 +328,7 @@ whatsnew/3.5,,:exception,ERROR:root:exception
|
|||
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
|
||||
whatsnew/changelog,,`,"for readability (was ""`"")."
|
||||
whatsnew/changelog,,:end,str[start:end]
|
||||
library/binascii,,`,'`'
|
||||
library/uu,,`,'`'
|
||||
whatsnew/3.7,,`,'`'
|
||||
whatsnew/changelog,,`,'`'
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue