This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test test_re produced unexpected output
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: nijel, pierre42
Priority: normal Keywords:

Created on 2004-12-01 14:42 by nijel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg23458 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 14:42
**********************************************************************
*** lines 2-3 of actual output doesn't appear in
expected output after line 1:
+ === Failed incorrectly ('(?u)\\b.\\b', u'\xc4', 0,
'found', u'\xc4')
+ === Failed incorrectly ('(?u)\\w', u'\xc4', 0,
'found', u'\xc4')
**********************************************************************
msg23459 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 15:26
Logged In: YES 
user_id=192186

System information:
i386
kernel 2.6.8
glibc 2.3.3
msg23460 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 16:48
Logged In: YES 
user_id=192186

Here applies same as for bug 1076790
msg23461 - (view) Author: Pierre (pierre42) Date: 2004-12-01 21:32
Logged In: YES 
user_id=512388

I have the same error.
msg23462 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-03 12:02
Logged In: YES 
user_id=192186

Okay, this is duplicate of 1076790
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41263
2004-12-01 14:42:46nijelcreate