summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idlever.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-12-23 03:31:49 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-12-23 03:31:49 (GMT)
commitda4d3c1e855fd136263c02b6df8e479b7ab5075b (patch)
tree9c501de21b62bdc28f02ab2028de0330947df281 /Lib/idlelib/idlever.py
parentd6844155725af2eb53a9bc5beb74521c4d212365 (diff)
downloadcpython-da4d3c1e855fd136263c02b6df8e479b7ab5075b.zip
cpython-da4d3c1e855fd136263c02b6df8e479b7ab5075b.tar.gz
cpython-da4d3c1e855fd136263c02b6df8e479b7ab5075b.tar.bz2
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.
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r--Lib/idlelib/idlever.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 4ed6cd9..9cf2d0b 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "0.8.9"
+IDLE_VERSION = "0.9a0"