Patches item #2813298, was opened at 2009-06-27 19:49 Message generated for change (Settings changed) made by cosoleto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None
Status: Closed Resolution: Rejected
Priority: 5 Private: No Submitted By: Hannes Röst (hroest) Assigned to: Nobody/Anonymous (nobody) Summary: patch for problem in fixes.py
Initial Comment: http://de.wikipedia.org/w/index.php?title=Deutsches_Reich_1933_bis_1945&... this edit shows that an eszett is also considered to be \b which is not correct. On the other hand < worked so this should probably be replaced.
----------------------------------------------------------------------
Comment By: Francesco Cosoleto (cosoleto)
Date: 2009-06-27 21:59
Message: It's me and this patch is wrong:
re.sub(r'\bdeutsche(r|n|) Bundestag\b', r'Deutsche\1 Bundestag',
'deutscher Bundestag') 'Deutscher Bundestag'
re.sub(r'<deutsche(r|n|) Bundestag\b', r'Deutsche\1 Bundestag',
'deutscher Bundestag') 'deutscher Bundestag'
http://docs.python.org/library/re.html
Feel free to re-open with a different patch.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298...
pywikipedia-bugs@lists.wikimedia.org