[issue1763] Winpath module - easy access to Windows directories like My Documents

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jan 9 10:05:36 CET 2008


Amaury Forgeot d'Arc added the comment:

> It uses SHGetFolderPathW which is compatible with Windows 2000.

Is Python supposed to still work on Windows NT 4?

http://svn.python.org/projects/python/trunk/README says that support
will be droppen in 2.6 for Win9x and WinME, but says nothing about NT4.

OTOH, the msdn library site removed many references to NT4 (see the doc
for CreateFile, for example). It could be wise to say that python 2.6 is
supported only on Windows 2000 and up.

----------
nosy: +amaury.forgeotdarc

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1763>
__________________________________


More information about the Python-bugs-list mailing list