[New-bugs-announce] [issue19391] Fix PCbuild/readme.txt in 2.7 and 3.3

Zachary Ware report at bugs.python.org
Fri Oct 25 18:34:30 CEST 2013


New submission from Zachary Ware:

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.

----------
assignee: docs at python
components: Documentation, Windows
files: pcbuild_readme-3.3.diff
keywords: patch
messages: 201253
nosy: brian.curtin, christian.heimes, docs at python, ezio.melotti, loewis, python-dev, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Fix PCbuild/readme.txt in 2.7 and 3.3
type: enhancement
versions: Python 2.7, Python 3.3
Added file: http://bugs.python.org/file32354/pcbuild_readme-3.3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19391>
_______________________________________


More information about the New-bugs-announce mailing list