re bug?
rubygeek at yahoo.com
rubygeek at yahoo.com
Thu Nov 30 23:05:14 EST 2000
More information about the Python-list mailing list
Thu Nov 30 23:05:14 EST 2000
- Previous message (by thread): New ZODB package release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
active-python2.0, win2k
> re.sub("(\d+) (\d+)","\1\2","abc 34 23")
"abc \001\002"
> re.sub("(\d+) (\d+)","\\1\\2","abc 34 23")
"abc 3423"
can anyone explain this?
- Previous message (by thread): New ZODB package release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list