Show
Ignore:
Timestamp:
07/01/05 17:35:12 (7 years ago)
Author:
mj
Message:

Updating to Wingware version:

- Some win32 fixes
- Scriptpatcher update
- Docs regerated and updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WingDBG/trunk/WingDBG/ScriptDebugging.py

    r30 r87  
    1515Wingware to support debugging of file system scripts running under Zope''' 
    1616 
    17 # This version number matches the corresponding same-featured 
    18 # version of Lennart's ScriptDebugging product 
    19 __version__='1.0.2' 
     17__version__='1.0.3' 
    2018 
    2119import sys, marshal 
     
    184182 
    185183############################################################################## 
     184 
     185class bad_func_code: 
     186    co_varnames = () 
     187    co_argcount = 0 
    186188 
    187189try: