wxWidgets/wxPython/wx/py
Robin Dunn c7ad88ef81 Don't put the introspected argstr in the docstring if the firstline
appears to have one already.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-25 21:50:05 +00:00
..
tests Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
wxd Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
__init__.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
buffer.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
CHANGES.txt Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
crust.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
dispatcher.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
document.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
editor.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
editwindow.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
filling.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
frame.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
images.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
interpreter.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
introspect.py Don't put the introspected argstr in the docstring if the firstline 2003-11-25 21:50:05 +00:00
pseudo.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
Py.ico Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyAlaCarte.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyAlaMode.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyAlaModeTest.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust_16.png Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust_32.png Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust.ico Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyCrust.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyFilling.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyShell.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
PyWrap.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
README.txt Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
shell.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
version.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00

=====================================
 PyCrust - The Flakiest Python Shell
=====================================

Half-baked by Patrick K. O'Brien (pobrien@orbtech.com)

Orbtech - "Your source for Python programming expertise."
Sample all our half-baked Python goods at www.orbtech.com.


What is PyCrust?
----------------

PyCrust is an interactive Python environment written in Python.
PyCrust components can run standalone or be integrated into other
development environments and/or other Python applications.

PyCrust comes with an interactive Python shell (PyShell), an
interactive namespace/object tree control (PyFilling) and an
integrated, split-window combination of the two (PyCrust).


What is PyCrust good for?
-------------------------

Have you ever tried to bake a pie without one? Well, you shouldn't
build a Python program without a PyCrust either.


What else do I need to use PyCrust?
-----------------------------------

PyCrust requires Python 2.1.3 or later, and wxPython 2.4 or later.
PyCrust uses wxPython and the Scintilla wrapper (wxStyledTextCtrl).
Python is available at http://www.python.org/.  wxPython is available
at http://www.wxpython.org/.


Where can I get the latest version of PyCrust?
----------------------------------------------

The latest production version ships with wxPython.  The latest
developer version is available in CVS at:
http://sourceforge.net/cvs/?group_id=31263


Where is the PyCrust project hosted?
------------------------------------

At SourceForge, of course. The SourceForge summary page:
http://sourceforge.net/projects/pycrust/


I found a bug in PyCrust, what do I do with it?
-----------------------------------------------

You can send it to me at pobrien@orbtech.com.


I want a new feature added to PyCrust. Will you do it?
------------------------------------------------------

Flattery and money will get you anything. Short of that, you can send
me a request and I'll see what I can do.


Does PyCrust have a mailing list full of wonderful people?
----------------------------------------------------------

As a matter of fact, we do. Join the PyCrust mailing lists at:
http://sourceforge.net/mail/?group_id=31263


What is the CVS information for this README file?
-------------------------------------------------

$Date$
$Revision$
$Id$