Re: ANN: dedent 0.5 released

2016-09-29 Thread Jussi Piitulainen
Vito De Tullio writes: > Christian Tismer wrote: > >> $ python -c """some code""" > > totally offtopic but... since when bash support python-style triple > quote?? Is it another shell?? Bash allows any odd number of quotes on each side. -- https://mail.python.org/mailman/listinfo/python-list

Re: ANN: dedent 0.5 released

2016-09-29 Thread Vito De Tullio
Christian Tismer wrote: > $ python -c """some code""" totally offtopic but... since when bash support python-style triple quote?? Is it another shell?? -- By ZeD -- https://mail.python.org/mailman/listinfo/python-list

Re: ANN: dedent 0.5 released

2016-09-29 Thread Christian Tismer
On 29/09/16 22:14, Lele Gaifax wrote: Christian Tismer writes: Dedent 0.5 == What is it? --- Dedent is a very simple tool for those people who like to indent their inline code nicely. p.s.: Why is that not build in by default? Isn't it roughly the same as https://docs.pyth

Re: ANN: dedent 0.5 released

2016-09-29 Thread Lele Gaifax
Christian Tismer writes: > Dedent 0.5 > == > > What is it? > --- > > Dedent is a very simple tool for those people who like to > indent their inline code nicely. > > p.s.: Why is that not build in by default? Isn't it roughly the same as https://docs.python.org/3.6/library/textwr

ANN: dedent 0.5 released

2016-09-29 Thread Christian Tismer
Dedent 0.5 == What is it? --- Dedent is a very simple tool for those people who like to indent their inline code nicely. For those who got already what it is, stop reading. :-) All the others: What is it, really? --- Ok, think of some inline Python code, someth