mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add hier module names to future plans
This commit is contained in:
parent
a85d053135
commit
99bf250819
1 changed files with 13 additions and 11 deletions
24
Misc/FAQ
24
Misc/FAQ
|
@ -298,17 +298,19 @@ months for the past four years.
|
||||||
|
|
||||||
A. Without warranty that any of this will actually be realized: I am
|
A. Without warranty that any of this will actually be realized: I am
|
||||||
currently thinking about mechanisms for built-in on-line help and a
|
currently thinking about mechanisms for built-in on-line help and a
|
||||||
switch/case statement. A pthreads interface has been contributed
|
switch/case statement. There have been some discussions on
|
||||||
which I would like to merge into the latest release. The X interface
|
hierarchical module names which might solve the problem of the
|
||||||
needs improving. There are also some people (independently) working
|
development of large packages. A pthreads interface has been
|
||||||
on a windowing interface based on STDWIN but with the power and ease
|
contributed which I would like to merge into the latest release. The
|
||||||
of use of the average modern widget set. I still hope to get some
|
X interface needs improving. There are also some people
|
||||||
help in producing a Windows version. It would be nice if there were a
|
(independently) working on a windowing interface based on STDWIN but
|
||||||
window-based class browser (Someone at CWI has contributed one using
|
with the power and ease of use of the average modern widget set. I
|
||||||
Motif but it needs some work). Also: improved support for embedding
|
still hope to get some help in producing a Windows version. It would
|
||||||
Python in other applications, e.g. by renaming most global symbols to
|
be nice if there were a window-based class browser (Someone at CWI has
|
||||||
have a "Py" prefix and providing more documentation and threading
|
contributed one using Motif but it needs some work). Also: improved
|
||||||
support.
|
support for embedding Python in other applications, e.g. by renaming
|
||||||
|
most global symbols to have a "Py" prefix and providing more
|
||||||
|
documentation and threading support.
|
||||||
|
|
||||||
|
|
||||||
3. Building Python
|
3. Building Python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue