[issue9445] Fix undefined symbol errors on VS8.0 build

Jason R. Coombs report at bugs.python.org
Mon Aug 16 21:46:31 CEST 2010


Jason R. Coombs <jaraco at jaraco.com> added the comment:

In the case where I did use VOLUME_NAME_NT, I think I chose it because it returned a more robust result. That is, it's not clear what the result is if the result is not on a volume that is assigned a drive letter, but all files referenced must have a VOLUME_NAME_NT.

In other usage, I found that use of VOLUME_NAME_NT was unnatural, because it returned for the user a path that would be unfamiliar, rather than the more traditional VOLUME_NAME_DOS.

So, where the result is to be used by the interpreter and isn't exposed to the user, it seems prudent to use VOLUME_NAME_NT, and where the user will see the result, use VOLUME_NAME_DOS.

I admit, this is only a rule of thumb and may be subject to correction, but this was my motivation when making these selections.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9445>
_______________________________________


More information about the Python-bugs-list mailing list