[Python-Dev] Reordering opcodes (PEP 203 Augmented Assignment)

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 1 Aug 2000 08:27:15 +0200


ping wrote:

> > * Python often is embedded, for example, in a Web Server, or used =
for CGI.
> > It should be possible to debug these programs directly.
>=20
> But we don't even have a way to do this now.  Attaching to an
> external running process is highly system-dependent trickery.

not under Python: just add an import statement to the script, tell
the server to reload it, and off you go...

works on all platforms.

</F>