Issue #11918: OS/2 and VMS are no more supported because of the lack of

maintainer.
This commit is contained in:
Victor Stinner 2011-04-26 22:48:24 +02:00
parent d972d8fea2
commit b90db4caf0
5 changed files with 14 additions and 0 deletions

View file

@ -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