Re: [pygccxml-development] improving user experience
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-07-23 06:04:21
|
On 7/21/06, Matthias Baas <ba...@ir...> wrote: > So could we just change this to: > > msg = [ 'Declaration "%s" could not be exported.' % decl ] > > All the declarations already have a suitable __str__() method that > creates the full signature, so the above makes it much easier to exactly > identify the actual declaration. Done. Tell me please, whether it useful now or not. My main concern is that line is too long now. May be I should devide it. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |