Sample Code for compile_obj.subn error
Brought to you by:
phil_schwartz
Instead of generating:
# Replace string
newstr = compile_obj.subn('bar', 0)
The following should be generated:
# Replace string
newstr, replace_count = compile_obj.subn('bar', matchstr, 0)
Found in Kodos 2.4.9 for windows.
- paddy3118 From netscape Clot Debt
Logged In: YES
user_id=271618
Originator: NO
I noticed this as well.