This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pyclbr add whitespace chars to base class name
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, hdima
Priority: normal Keywords:

Created on 2006-05-25 08:32 by hdima, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pyclbr.diff hdima, 2006-05-25 08:32 pyclbr patch
Messages (2)
msg28638 - (view) Author: Dmitry Vasiliev (hdima) Date: 2006-05-25 08:32
While parsing base class names for a class pyclbr eats
also tokens with whitespace characters. The attached
patch adds check for token type.

Maybe we even should form base class names only from
name and dot tokens?
msg28639 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-29 14:39
Logged In: YES 
user_id=849994

Thanks for the report, fixed in rev. 46526.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43410
2006-05-25 08:32:40hdimacreate