[Python-Dev] Reordering opcodes (PEP 203 Augmented Assignment) (original) (raw)
Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 1 Aug 2000 08:27:15 +0200
- Previous message: [Python-Dev] Reordering opcodes (PEP 203 Augmented Assignment)
- Next message: [Python-Dev] Should repr() of string should observe locale?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Reordering opcodes (PEP 203 Augmented Assignment)
- Next message: [Python-Dev] Should repr() of string should observe locale?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]