Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

issue2636-20101102a.zip is a new version of the regex module.

msg120204 relates to issue #1519638 "Unmatched group in replacement". In 
'regex' an unmatched group is treated as an empty string in a replacement 
template. This behaviour is more in keeping with regex implementations in other 
languages.

msg120206 was caused by not all group references being made case-insensitive 
when they should be.

----------
Added file: http://bugs.python.org/file19469/issue2636-20101102a.zip

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to