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
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
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
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
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