[issue35896] sysconfig.get_platform returns wrong value when Python 32b is running under Windows 64b

Steve Dower report at bugs.python.org
Wed Feb 6 11:08:49 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

> This includes _getdiskusage, _getfinalpathname, _getfullpathname, _getvolumepathname, _isdir, and startfile. They have no place in a POSIX module.

Except for startfile, I disagree. They are all there to help implement POSIX compatibility, and as private APIs, there's no better place to put them.

In any case, this issue is closed for now, pending a discussion on python-dev. If anyone feel strongly about making changes, it'll need to start with a post on the mailing list.

----------

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


More information about the Python-bugs-list mailing list