Remove inaccurate sections on Tkinter and OS X Framework builds.

This commit is contained in:
Carl Meyer 2012-05-16 09:03:41 -06:00
parent 166b723977
commit d96b221a0e
1 changed files with 0 additions and 14 deletions

View File

@ -482,20 +482,6 @@ course this is not hard to do, but it does seem inelegant. OTOH it's
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
========================