Remove inaccurate sections on Tkinter and OS X Framework builds.
This commit is contained in:
parent
166b723977
commit
d96b221a0e
14
pep-0405.txt
14
pep-0405.txt
|
@ -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
|
||||
========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue