Mercurial > peps
changeset 3872:b9390aa12855
Add Windows 2000 and support of COMSPEC->command.com environments.
author | Brian Curtin <brian@python.org> |
---|---|
date | Mon, 02 May 2011 19:35:58 -0500 |
parents | a09a267ab612 |
children | 38f77ef60e03 |
files | pep-0011.txt |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pep-0011.txt +++ b/pep-0011.txt @@ -172,6 +172,14 @@ No-longer-supported platforms Unsupported in: Python 3.3 Code removed in: Python 3.4 + Name: Windows 2000 + Unsupported in: Python 3.3 + Code removed in: Python 3.4 + + Name: Windows systems where COMSPEC points to command.com + Unsupported in: Python 3.3 + Code removed in: Python 3.4 + Platform Maintainers Cygwin Jason Tishler (jason@tishler.net)