classification
Title: Support for nested classes and function for pyclbr
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, amaury.forgeotdarc, gpolo, rhettinger
Priority: normal Keywords: patch

Created on 2009-08-12 22:47 by gpolo, last changed 2011-01-04 01:03 by pitrou.

Files
File name Uploaded Description Edit
pyclbr_nested_objects.diff gpolo, 2009-08-12 22:49 review
pyclbr_nested_objects-py3k.patch amaury.forgeotdarc, 2010-10-01 23:01 review
Messages (3)
msg91508 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-08-12 22:47
I have worked on a patch for adding support for nested classes and
nested functions in pyclbr. I believe this might be useful for some
applications, and also for issue1612262.

The patch attached also contains a test and updated documentation.
msg112311 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-01 11:00
Patch tested ok against 2.7 on windows vista.  Patch seems clean to me, can we get this committed please.
msg117847 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2010-10-01 23:01
Too late for version 2. I updated patch for 3.2, and tried to improve the documentation a little bit.
History
Date User Action Args
2011-01-04 01:03:14pitrousetnosy: + rhettinger
2010-10-01 23:01:47amaury.forgeotdarcsetfiles: + pyclbr_nested_objects-py3k.patch
versions: - Python 3.1, Python 2.7
nosy: + amaury.forgeotdarc

messages: + msg117847
2010-08-01 11:01:00BreamoreBoysetversions: + Python 3.1
nosy: + BreamoreBoy

messages: + msg112311

stage: patch review
2009-08-12 22:51:14gpololinkissue1612262 dependencies
2009-08-12 22:49:57gpolounlinkissue6691 dependencies
2009-08-12 22:49:57gpolosetfiles: + pyclbr_nested_objects.diff
dependencies: - Support for nested classes and function for pyclbr
2009-08-12 22:49:38gpolosetfiles: - classbrowser_nesting_support.diff
2009-08-12 22:49:18gpolosetfiles: + classbrowser_nesting_support.diff
dependencies: + Support for nested classes and function for pyclbr
2009-08-12 22:49:18gpololinkissue6691 dependencies
2009-08-12 22:48:57gpolosetfiles: - pyclbr_nested_objects.diff
2009-08-12 22:47:40gpolocreate