[Python-checkins] peps: Issue #16501: record the removal of RISC OS support in PEP 11.

antoine.pitrou python-checkins at python.org
Sat Dec 15 20:50:21 CET 2012


http://hg.python.org/peps/rev/3abdc6b075fb
changeset:   4615:3abdc6b075fb
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Dec 15 20:48:37 2012 +0100
summary:
  Issue #16501: record the removal of RISC OS support in PEP 11.
RISC OS support was actually partially removed in 3.0 (whether or not a build still worked is not obvious, but unlikely).

files:
  pep-0011.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0011.txt b/pep-0011.txt
--- a/pep-0011.txt
+++ b/pep-0011.txt
@@ -215,6 +215,10 @@
   | Unsupported in:   Python 3.3
   | Code removed in:  Python 3.4
 
+* | Name:             RISC OS
+  | Unsupported in:   Python 3.0 (some code actually removed)
+  | Code removed in:  Python 3.4
+
 References
 ----------
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list