commit | b90db4caf014a390fb5d9dca12b8cdcc0ff78c81 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 26 22:48:24 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 26 22:48:24 2011 +0200 |
tree | ed56343df4339ee1eeb0f115afada9b8ae3f961b | |
parent | d972d8fea25fd738fb313d5dabfd0a1aa998356f [diff] [blame] |
Issue #11918: OS/2 and VMS are no more supported because of the lack of maintainer.
diff --git a/Modules/main.c b/Modules/main.c index 9137c85..747c12f 100644 --- a/Modules/main.c +++ b/Modules/main.c
@@ -6,6 +6,7 @@ #include <locale.h> #ifdef __VMS +#error "PEP 11: VMS is now unsupported, code will be removed in Python 3.4" #include <unixlib.h> #endif