mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
M MANIFEST.in
M PyShell.py M idlever.py M setup.py 1. Update MANIFEST.in to include all non-pure Python files 2. PyShell and idlever reflect Rev 0.9a0 3. setup.py modified to install IDLE as a collection of modules with a .pth file living at the idlelib level in site-packages. This was done to make it easier to run from the source directory prior to installing IDLE. This approach may change back to the package technique depending on what happens with the Mac installation development.
This commit is contained in:
parent
d684415572
commit
da4d3c1e85
4 changed files with 44 additions and 51 deletions
|
@ -799,7 +799,7 @@ class PyShell(OutputWindow):
|
|||
|
||||
def begin(self):
|
||||
self.resetoutput()
|
||||
self.write("Python %s on %s\n%s\nGRPC IDLE Fork %s\n" %
|
||||
self.write("Python %s on %s\n%s\nIDLEfork %s\n" %
|
||||
(sys.version, sys.platform, self.COPYRIGHT,
|
||||
idlever.IDLE_VERSION))
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue