[Python-bugs-list] [ python-Bugs-437984 ] package name truncation to 50 chars.

noreply@sourceforge.net noreply@sourceforge.net
Fri, 06 Jul 2001 14:36:55 -0700


Bugs item #437984, was opened at 2001-07-02 11:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=437984&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: chris tignor (ctignor)
Assigned to: Nobody/Anonymous (nobody)
Summary: package name truncation to 50 chars.

Initial Comment:
Truncation of package names to 50 characters once
represented as strings becomes extremely confusing for
development purposes, even more so when as it exists as
an undocumented event. I request full package names be
represented.  Thank-you.

----------------------------------------------------------------------

>Comment By: chris tignor (ctignor)
Date: 2001-07-06 14:36

Message:
Logged In: YES 
user_id=255620

here is an exmaple:

from com.ezways.data_mining.form_tools import
TransitFormInputElement
transitForm =
TransitFormInputElement.TransitFormInputElement()
print transitForm

# below is what prints, no such thing (module/package/class)
as TransitFormInput anywhere on the system
<com.ezways.data_mining.form_tools.TransitFormInput.TransitFormInputElement
instance at 0x81e2e44>

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-07-06 09:05

Message:
Logged In: YES 
user_id=31392

Can you include a more specific description of the problem 
you are having?  An example would go a long way.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=437984&group_id=5470