[Python-checkins] peps: Remove inaccurate sections on Tkinter and OS X Framework builds.

vinay.sajip python-checkins at python.org
Fri May 18 01:42:14 CEST 2012


http://hg.python.org/peps/rev/33d229040efa
changeset:   4403:33d229040efa
parent:      4394:51369a92dd8a
user:        Carl Meyer <carl at oddbird.net>
date:        Wed May 16 09:03:41 2012 -0600
summary:
  Remove inaccurate sections on Tkinter and OS X Framework builds.

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


diff --git a/pep-0405.txt b/pep-0405.txt
--- a/pep-0405.txt
+++ b/pep-0405.txt
@@ -482,20 +482,6 @@
 really because there's no supporting concept in ``Python/sysconfig``.
 
 
-OS X Framework builds
----------------------
-
-There have been some reports that the reference implementation does
-not work on an OS X framework build of Python, but it seems to work
-for us. This needs further investigation.
-
-
-tkinter
--------
-
-Tkinter apps currently do not work within a virtual environment.
-
-
 Reference Implementation
 ========================
 

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


More information about the Python-checkins mailing list