[New-bugs-announce] [issue41565] from os.path import join join('3', '{:3') return '{:3' in windows

song super report at bugs.python.org
Mon Aug 17 01:02:54 EDT 2020


New submission from song super <2262720766 at qq.com>:

python3.6 
from os.path import join     
join('3', '{:3') 
return  '{:3' in  windows,However,join('3', '{:3') return  '3//{:3' in linux,I think this is a bug

----------
components: Windows
files: python bug.zip
hgrepos: 391
messages: 375524
nosy: 2262720766, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: from os.path import join     join('3', '{:3') return  '{:3' in  windows
type: compile error
versions: Python 3.6
Added file: https://bugs.python.org/file49400/python bug.zip

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41565>
_______________________________________


More information about the New-bugs-announce mailing list