[ python-Bugs-1769002 ] A paragraph about packages should be updated.

SourceForge.net noreply at sourceforge.net
Tue Aug 7 20:31:41 CEST 2007


Bugs item #1769002, was opened at 2007-08-07 12:14
Message generated for change (Comment added) made by orsenthil
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1769002&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Noam Raphael (noamr)
Assigned to: Nobody/Anonymous (nobody)
Summary: A paragraph about packages should be updated.

Initial Comment:
The page about packages says:
"
When packages are structured into subpackages (as with the Sound package in the example), there's no shortcut to refer to submodules of sibling packages - the full name of the subpackage must be used
...
"

This isn't true, a thing which becomes apparant once you read the next paragraph, about relative imports in Python 2.5.

Thanks,
Noam

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

Comment By: O.R.Senthil Kumaran (orsenthil)
Date: 2007-08-08 00:01

Message:
Logged In: YES 
user_id=942711
Originator: NO

That was a nice observation. Good that its fixed now.

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

Comment By: Georg Brandl (gbrandl)
Date: 2007-08-07 12:43

Message:
Logged In: YES 
user_id=849994
Originator: NO

Thanks, fixed in rev. 56797, 56798 (2.5).

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

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


More information about the Python-bugs-list mailing list