Fix version differences for re.sub

This commit is contained in:
Dave Halter
2018-12-09 12:50:01 +01:00
parent 2c5e2609f3
commit f7442032b2
2 changed files with 23 additions and 5 deletions

View File

@@ -108,11 +108,6 @@ for a in re.finditer('a', 'a'):
#? int()
a.start()
#?
re.sub('a', 'a')
#? str() bytes()
re.sub('a', 'a', 'f')
# -----------------
# ref
# -----------------