[issue211481] os.stat() doesn't return st_rdev

2022-04-10 Thread admin
Change by admin : -- github: None -> 32905 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue211481] os.stat() doesn't return st_rdev

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue211481] os.stat() doesn't return st_rdev

2012-03-09 Thread Марк Коренберг
Марк Коренберг socketp...@gmail.com added the comment: Okay, it returns that field, but still not print one in repr(). Please fix. -- nosy: +mmarkk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue211481

[issue211481] os.stat() doesn't return st_rdev

2012-03-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Марк, issue11698 already track this. -- nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue211481 ___