Issue 1494787: pyclbr add whitespace chars to base class name (original) (raw)

Issue1494787

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:17 admin set github: 43410
2006-05-25 08:32:40 hdima create