This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, draghuram, loewis
Date 2008-01-09.09:05:34
SpamBayes Score 0.0056145173
Marked as misclassified No
Message-id <1199869536.66.0.586895497055.issue1763@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2008-01-09 09:05:36amaury.forgeotdarcsetspambayes_score: 0.00561452 -> 0.0056145173
recipients: + amaury.forgeotdarc, loewis, draghuram, christian.heimes
2008-01-09 09:05:36amaury.forgeotdarcsetspambayes_score: 0.00561452 -> 0.00561452
messageid: <1199869536.66.0.586895497055.issue1763@psf.upfronthosting.co.za>
2008-01-09 09:05:35amaury.forgeotdarclinkissue1763 messages
2008-01-09 09:05:34amaury.forgeotdarccreate