Make sure you removed all debugging print statements error

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Aug 10 00:49:50 EDT 2016


On Wednesday 10 August 2016 12:53, Lawrence D’Oliveiro wrote:

> On Tuesday, August 9, 2016 at 4:20:37 AM UTC+12, Chris Angelico wrote:
>> Firstly, the bare "except:" clause should basically never be used;
>> instead, catch a very specific exception and figure out what you want to
>> do here
> 
> Yes.
> 
>> - but secondly, don't force people's names to be subdivided.
> 
> I like the French convention
> <https://groups.google.com/d/msg/nzpug/BJAPKnYHXb4/tfi30IqCPpUJ>.



That is nice, for bicameral languages like English and French, although one 
does need to watch out for German ß (eszett) which makes it lossy.


-- 
Steve




More information about the Python-list mailing list