Issue1758320

classification
Title: stringprep module missing
Type: Severity: normal
Components: None Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, pjenvey
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:45:06 by cgroves, last changed 2008-08-23.00:56:41 by pjenvey.

Messages
msg1776 (view) Author: Charles Groves (cgroves) Date: 2007-07-22.04:45:06
The stringprep module from CPython isn't present in Jython, and this causes a failure in test_codecs
msg1777 (view) Author: Charles Groves (cgroves) Date: 2007-08-06.00:04:53
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg3447 (view) Author: Philip Jenvey (pjenvey) Date: 2008-08-23.00:56:40
Too be more specific, not only does stringprep require unicodedata, it 
requires unicodedata's 3.2.0 database:

from unicodedata import ucd_3_2_0 as unicodedata
msg3147 (view) Author: Philip Jenvey (pjenvey) Date: 2008-04-10.00:39:22
all stringprep needs is unicodedata
History
Date User Action Args
2008-08-23 00:56:41pjenveysetmessages: + msg3447
2008-04-10 00:39:22pjenveysetnosy: + pjenvey
messages: + msg3147
2007-07-22 04:45:06cgrovescreate