summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2002-12-31 18:22:37 (GMT)
committerTony Lownds <tony@lownds.com>2002-12-31 18:22:37 (GMT)
commitcf94ee817c71a8e18aa637893c3a5910e20290d9 (patch)
treed9440cc10335b564ca368bd3724d895033c4d74c
parentbc38baffbd9c94fc266c156a3e8a8b38918fc777 (diff)
downloadcpython-cf94ee817c71a8e18aa637893c3a5910e20290d9.zip
cpython-cf94ee817c71a8e18aa637893c3a5910e20290d9.tar.gz
cpython-cf94ee817c71a8e18aa637893c3a5910e20290d9.tar.bz2
Don't let the docstring end up in __main__.__doc__
-rw-r--r--Lib/idlelib/macosx_main.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/Lib/idlelib/macosx_main.py b/Lib/idlelib/macosx_main.py
index 8fdeeb1..bc91a0b 100644
--- a/Lib/idlelib/macosx_main.py
+++ b/Lib/idlelib/macosx_main.py
@@ -1,18 +1,18 @@
#!/usr/bin/env pythonw
-"""IDLE.app
-
-Installation:
- see the install_IDLE target in python/dist/src/Mac/OSX/Makefile
-
-Usage:
-
-1. Double clicking IDLE icon will open IDLE.
-2. Dropping file on IDLE icon will open that file in IDLE.
-3. Launch from command line with files with this command-line:
-
- /Applications/Python/IDLE.app/Contents/MacOS/python file1 file2 file3
-
-"""
+# IDLE.app
+#
+# Installation:
+# see the install_IDLE target in python/dist/src/Mac/OSX/Makefile
+#
+# Usage:
+#
+# 1. Double clicking IDLE icon will open IDLE.
+# 2. Dropping file on IDLE icon will open that file in IDLE.
+# 3. Launch from command line with files with this command-line:
+#
+# /Applications/Python/IDLE.app/Contents/MacOS/python file1 file2 file3
+#
+#
# Add IDLE.app/Contents/Resources/idlelib to path.
# __file__ refers to this file when it is used as a module, sys.argv[0]