mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-30 08:44:21 +08:00
Fix version differences for re.sub
This commit is contained in:
@@ -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
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user