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 loewis
Recipients Carlo_Bramini, loewis, rpetrov
Date 2010-11-28.18:26:58
SpamBayes Score 1.2839179e-09
Marked as misclassified No
Message-id <4CF29EF1.3080305@v.loewis.de>
In-reply-to <1290952627.43.0.339770619906.issue10560@psf.upfronthosting.co.za>
Content
> According to the instructions received at #python-dev, I'm posting a
> new patch with the same fixes made on the most recent SVN sources
> (py3k). Actually the new patch does not include the fixes made on the
> GetFileAttributesEx wrappers since they have been removed in the SVN
> sources; however I would like to remember that removing that code
> will also break support for Windows 98 and Windows ME: it's true that
> they have it but only ASCII version is working.

Python has not been supporting Windows 98 anymore for quite some time
now. I don't see the need to support MSVC5, either. Since Windows 2000
isn't supported anymore, either, the LoadActCtxPointers function can
be dropped, and be replaced with a direct call to GetCurrentActCtx.
History
Date User Action Args
2010-11-28 18:27:01loewissetrecipients: + loewis, rpetrov, Carlo_Bramini
2010-11-28 18:26:58loewislinkissue10560 messages
2010-11-28 18:26:58loewiscreate