summaryrefslogtreecommitdiffstats
path: root/Mac/Contrib/BBPy/README
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 14:34:18 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 14:34:18 (GMT)
commit28ecf70db57828db2ca279643bf9aeca7662f35c (patch)
tree09b7767bbc411f85313b58d6fe7e5e67d9392973 /Mac/Contrib/BBPy/README
parent6045b9c93511c767f6cfa2d2fa299c76181acd9b (diff)
downloadcpython-28ecf70db57828db2ca279643bf9aeca7662f35c.zip
cpython-28ecf70db57828db2ca279643bf9aeca7662f35c.tar.gz
cpython-28ecf70db57828db2ca279643bf9aeca7662f35c.tar.bz2
Getting rid of support for MacOS9 and earlier. This is the first step,
and the biggest in size, but probably the easiest. Hunting through the source code comes next.
Diffstat (limited to 'Mac/Contrib/BBPy/README')
-rw-r--r--Mac/Contrib/BBPy/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/Mac/Contrib/BBPy/README b/Mac/Contrib/BBPy/README
deleted file mode 100644
index f8c32f7..0000000
--- a/Mac/Contrib/BBPy/README
+++ /dev/null
@@ -1,45 +0,0 @@
-"Run as Python" -- a BBEdit extension to make the Python interpreter execute the
-contents of the current window.
-
-version 0.2.3, 18 september 1996
-
-Note by Jack:
- Also check out the BBPy.lm contributed software, which is a Python language
- module for BBedit, providing syntax coloring and function/class navigation.
-
-contents:
-- "Run as Python" -- the extension
-- PythonSlave.py -- the "slave" script that handles the AppleEvents
-
-- source -- source code & CW9 project for the extension
-
-quickstart:
-- drop "Run as Python" in BBEdit extensions folder
-- double-click PythonSlave.py
-- start BBEdit
-- type some code
-- go to Extensions menu: "Run as Python"
-- be happy
-
-warning:
- since PythonSlave.py runs its own event loop and we have no interface
- to SIOUX you *cannot* copy from the console. Duh.
-
-extra feature:
- while PythonSlave.py is running you can still double-click Python
- documents, they will get executed as if Python was not already running.
-
-bugs:
- perhaps
-
-acknowledgements:
-- Thanks to Joseph Strout for valuable input and beta testing.
-- Thanks to Mark Roseman for providing code that can launch
- PythonSlave.py from BBEdit.
-
-
-Have fun with it!
-Please report bugs, or fix 'em. Suggestions are always welcome.
-
-Just van Rossum, Letterror
-<just@knoware.nl>