On Jan 12, 8:23 am, Mensanator wrote:
> On Jan 11, 2:37 pm, John Machin wrote:
>
>
>
>
>
> > On Jan 12, 5:34 am, Mensanator wrote:
>
> > > On Jan 11, 12:12 pm, Roy Smith wrote:
>
> > > > In article
> > > > <5db6181f-d6f6-4bdc-88c8-e12ad228c...@r41g2000prr.googlegroups.com>,
>
> > > > Mensanator
On Jan 11, 2:37�pm, John Machin wrote:
> On Jan 12, 5:34�am, Mensanator wrote:
>
>
>
>
>
> > On Jan 11, 12:12 pm, Roy Smith wrote:
>
> > > In article
> > > <5db6181f-d6f6-4bdc-88c8-e12ad228c...@r41g2000prr.googlegroups.com>,
>
> > > Mensanator wrote:
> > > > > What are all those line continuati
On Jan 12, 5:34 am, Mensanator wrote:
> On Jan 11, 12:12 pm, Roy Smith wrote:
>
>
>
>
>
> > In article
> > <5db6181f-d6f6-4bdc-88c8-e12ad228c...@r41g2000prr.googlegroups.com>,
>
> > Mensanator wrote:
> > > > What are all those line continuation characters ('\') for? ?You are
> > > > aware
> > >
On Jan 11, 12:12�pm, Roy Smith wrote:
> In article
> <5db6181f-d6f6-4bdc-88c8-e12ad228c...@r41g2000prr.googlegroups.com>,
>
> �Mensanator wrote:
> > > What are all those line continuation characters ('\') for? ?You are aware
> > > that they are unnecessary here?
>
> > Actually, I wasn't aware of
In article
<5db6181f-d6f6-4bdc-88c8-e12ad228c...@r41g2000prr.googlegroups.com>,
Mensanator wrote:
> > What are all those line continuation characters ('\') for? ?You are aware
> > that they are unnecessary here?
>
> Actually, I wasn't aware of that. A quick review shows
> why. In the old manua
On Jan 11, 3:56�am, Marc 'BlackJack' Rintsch wrote:
> On Sat, 10 Jan 2009 20:48:21 -0800, Mensanator wrote:
> > Damn! I didn't know you could do that! And if I saw it in a program
> > listing, such would never occur to me. I was going to suggest the stupid
> > way:
>
> ga = ['four score and s
koranth...@gmail.com wrote:
On Jan 11, 9:26 am, Robert Kern wrote:
koranth...@gmail.com wrote:
Hi,
Python Coding Convention (PEP 8) suggests :
Maximum Line Length
Limit all lines to a maximum of 79 characters.
I have a string which is ~110 char long. It is a string which I am
going
Mensanator wrote:
> On Jan 10, 10:26�pm, Robert Kern wrote:
>> koranth...@gmail.com wrote:
>>> Hi,
>>> � �Python Coding Convention (PEP 8) suggests :
>>> � Maximum Line Length
>>> � � Limit all lines to a maximum of 79 characters.
>>> � I have a string which is ~110 char long. It is a string which
Robert Kern writes:
> I usually use implicit concatenation:
>
> s = ('some long text that '
> 'needs to be split')
I do something very similar:
fleebnorg.spam = (
'some long text that'
' needs to be split')
The differences are:
I prefer to have indents as 4 spaces no
On Sat, 10 Jan 2009 20:48:21 -0800, Mensanator wrote:
> Damn! I didn't know you could do that! And if I saw it in a program
> listing, such would never occur to me. I was going to suggest the stupid
> way:
>
ga = ['four score and seven years ago ', \
> 'our fathers brought forth ',
On Jan 11, 9:26 am, Robert Kern wrote:
> koranth...@gmail.com wrote:
> > Hi,
> > Python Coding Convention (PEP 8) suggests :
> > Maximum Line Length
>
> > Limit all lines to a maximum of 79 characters.
>
> > I have a string which is ~110 char long. It is a string which I am
> > going to
On Jan 10, 10:26�pm, Robert Kern wrote:
> koranth...@gmail.com wrote:
> > Hi,
> > � �Python Coding Convention (PEP 8) suggests :
> > � Maximum Line Length
>
> > � � Limit all lines to a maximum of 79 characters.
>
> > � I have a string which is ~110 char long. It is a string which I am
> > going t
koranth...@gmail.com wrote:
Hi,
Python Coding Convention (PEP 8) suggests :
Maximum Line Length
Limit all lines to a maximum of 79 characters.
I have a string which is ~110 char long. It is a string which I am
going to print in a text file as a single string.
i.e. in that text file
Hi,
Python Coding Convention (PEP 8) suggests :
Maximum Line Length
Limit all lines to a maximum of 79 characters.
I have a string which is ~110 char long. It is a string which I am
going to print in a text file as a single string.
i.e. in that text file, each line is taken as a diff
14 matches
Mail list logo