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
Nobody/Anonymous
None
None
Public
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use