Issue1140

classification
Title: unicodedata from jar file
Type: behaviour Severity: normal
Components: Library Versions: 2.5alpha3
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: oleastre, zyasoft
Priority: high Keywords:

Created on 2008-10-01.08:09:17 by oleastre, last changed 2009-03-22.14:01:25 by zyasoft.

Files
File name Uploaded Description Edit Remove
unicodedata.diff oleastre, 2008-10-01.08:09:16 Use module loader when available to load data file.
Messages
msg3631 (view) Author: Olivier Samyn (oleastre) Date: 2008-10-01.08:09:16
Importing the unicodedata module from jython when used as a standalone
jar file is impossible.

The module code tries to load data files using the standard "open"
command. Module loader should be used to access this data file.
msg3684 (view) Author: Jim Baker (zyasoft) Date: 2008-10-14.17:40:09
unicodedata is being rewritten to being Java, so that should resolve
this issue
msg4239 (view) Author: Jim Baker (zyasoft) Date: 2009-03-12.08:05:04
Rewrite of unicodedata to Java is postponed to 2.5.1, so need to fix as
suggested for RC
msg4334 (view) Author: Jim Baker (zyasoft) Date: 2009-03-22.14:01:24
Fixed as suggesed by Olivier Samyn in r6107. Thanks for the initial
version of the patch used.
History
Date User Action Args
2009-03-22 14:01:25zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg4334
2009-03-12 08:05:04zyasoftsetpriority: high
type: behaviour
messages: + msg4239
2008-10-14 17:40:10zyasoftsetassignee: zyasoft
messages: + msg3684
nosy: + zyasoft
2008-10-01 08:09:17oleastrecreate