[issue5842] Move test outside of urlparse module

2010-07-14 Thread Éric Araujo
Éric Araujo added the comment: FTR, r82884 too for 2.6. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5842] Move test outside of urlparse module

2010-07-14 Thread Éric Araujo
Éric Araujo added the comment: Done in r82881 to 82883. Thanks orsenthil! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue5842] Move test outside of urlparse module

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue5842] Move test outside of urlparse module

2009-04-25 Thread Éric Araujo
New submission from Éric Araujo : urlparse contains a small self-test. I think it should be integrated into test_urlparse or removed, for easier maintenance. -- components: Library (Lib), Tests messages: 86537 nosy: Merwok severity: normal status: open title: Move test outside of urlpars