[issue38909] module name 'stat.py'

2019-11-25 Thread Zachary Ware
Zachary Ware added the comment: It's not clear what you're reporting here, but it looks like the classic issue that naming your module the same as one in the standard library will cause things to break. There are numerous other issues about that; please find the active one if you have anyth

[issue38909] module name 'stat.py'

2019-11-25 Thread da-dada
New submission from da-dada : well, call your module 'stat.py' and python takes over full ownership: it's somewhat all public.. -- components: Windows messages: 357444 nosy: da-dada, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: mo