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.

classification
Title: Windows Build Warnings
Type: behavior Stage: test needed
Components: Build Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ajaksu2, amaury.forgeotdarc, joearmbruster
Priority: low Keywords: patch

Created on 2007-05-26 20:10 by joearmbruster, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
warnings.patch joearmbruster, 2007-05-26 20:10
Messages (3)
msg52674 - (view) Author: Joseph Armbruster (joearmbruster) Date: 2007-05-26 20:10
This patch will eliminate the .net 2005 WINVER build warnings due to #include ordering.
msg84720 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-03-30 23:48
Is this still an issue with the new build system?
msg85273 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-04-02 22:42
This was indeed fixed a long time ago
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 45001
2009-04-02 22:42:24amaury.forgeotdarcsetstatus: open -> closed

nosy: + amaury.forgeotdarc
messages: + msg85273

resolution: out of date
2009-03-30 23:48:51ajaksu2setpriority: normal -> low

type: behavior
versions: + Python 2.6, - Python 2.5
nosy: + ajaksu2

messages: + msg84720
stage: test needed
2007-05-26 20:10:35joearmbrustercreate