[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-18 Thread Petri Lehtinen
Petri Lehtinen added the comment: Fixed, thanks for the patch. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d2079593212 by Petri Lehtinen in branch '2.7': #14798: pyclbr now raises ImportError instead of KeyError for missing packages http://hg.python.org/cpython/rev/2d2079593212 New changeset 895246f1a06a by Petri Lehtinen in branch '3.2': #14798: pyclb

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-17 Thread Xavier de Gaye
Xavier de Gaye added the comment: Hi Petri I have just sent the Contributor Agreement to PSF. -- ___ Python tracker ___ ___ Python-bu

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-16 Thread Petri Lehtinen
Petri Lehtinen added the comment: Hi Xavier. I see you have posted quite many patches in the recent days. Thanks for doing so! You should sign the Python Software Foundation Contributor Agreement to make it possible for us to apply the patches. See http://www.python.org/psf/contrib/ for more

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-14 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- keywords: +needs review nosy: +petri.lehtinen stage: -> patch review ___ Python tracker ___ ___ Python

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-13 Thread Xavier de Gaye
New submission from Xavier de Gaye : pyclbr must raise ImportError instead of KeyError. The attached patch fixes the problem. A test case is included. -- components: Library (Lib) files: pdb_default.patch keywords: patch messages: 160523 nosy: xdegaye priority: normal severity: normal st