On Thu, Jun 28, 2018 at 4:59 PM, Steven D'Aprano <st...@pearwood.info> wrote:
> Can I make a plea for people to not post code with source highlighting > as HTML please? It is rendered like this for some of us: > > On Thu, Jun 28, 2018 at 10:01:00AM -0700, Chris Barker via Python-ideas > wrote: > > In [*46*]: {a:[t[0] *for* t *in* b] *for* a,b *in* > groupby(sorted(student_school_list, > key=*lambda* t: t[1]), key=*lambda* t: t[ > Oh god -- yeach!! -- sorry about that -- that was copy an pasted from iPython -- I was assuming it would strip out the formatting and give reasonable plain text -- but apparently not. I'll stop that. -CHB
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/