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 zach.ware
Recipients brian.curtin, christian.heimes, docs@python, ezio.melotti, loewis, python-dev, tim.golden, zach.ware
Date 2013-10-25.16:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382718870.17.0.951198917656.issue19391@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in issue19273, here are a pair of patches that correct factual errors in PCbuild/readme.txt in both 2.7 and 3.3.

The 3.3 patch makes the following changes:
- Remove Win2k mentions, it is not supported (Tcl nmake command also adjusted)
- MSVCRT9 -> MSVCRT10
- SQLite 3.7.4 -> 3.7.12, remove "(see below)" with nothing to see
- .vcproj -> .vcxproj, all occurrences 
- _bz2.vcxproj isn't as magical as it was made out to be, and it can clean itself
- nasmw -> nasm
- Remove untrue part of Building for Itanium section
- Update msdn link
- .vsprops -> .props
- Trim trailing space

Due to the large number of lines in the diff due to trailing space, I'll also be attaching a patch created by `hg diff -w` for ease of review.
History
Date User Action Args
2013-10-25 16:34:31zach.waresetrecipients: + zach.ware, loewis, christian.heimes, tim.golden, ezio.melotti, brian.curtin, docs@python, python-dev
2013-10-25 16:34:30zach.waresetmessageid: <1382718870.17.0.951198917656.issue19391@psf.upfronthosting.co.za>
2013-10-25 16:34:30zach.warelinkissue19391 messages
2013-10-25 16:34:29zach.warecreate