Staging
v0.5.1
https://github.com/python/cpython
Revision b33f0c1ccdab9a774a644ff928c3663685d6fd20 authored by Jean-Paul Calderone on 18 June 2010, 20:00:17 UTC, committed by Jean-Paul Calderone on 18 June 2010, 20:00:17 UTC
This revision introduced quoting for strings containing | based
on a misunderstanding of the commonly used quoting rules used
on Windows.

| is interpreted by cmd.exe, not by the MS C runtime argv initializer.
It only needs to be quoted if it is part of an argument passed through
cmd.exe.

See issue1300, issue7839, and issue8972.
1 parent a37b7af
History
Tip revision: b33f0c1ccdab9a774a644ff928c3663685d6fd20 authored by Jean-Paul Calderone on 18 June 2010, 20:00:17 UTC
Revert r60115
Tip revision: b33f0c1
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgignore -rw-r--r-- 705 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 13.8 KB
Makefile.pre.in -rw-r--r-- 39.7 KB
README -rw-r--r-- 52.9 KB
configure -rwxr-xr-x 393.3 KB
configure.in -rw-r--r-- 122.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.2 KB
setup.py -rw-r--r-- 86.5 KB

README

back to top