To make-up to those people who frowned at the earlier OT-Comic post...
There are changes in-the-wind, in the way Python should/could be
documented.
Currently, there is a difficulty in 'scaling' the documentation to cope
with the growing range of language user-types, as well as keeping-up
wi
On Thu, Nov 29, 2012 at 8:39 AM, Steven D'Aprano
wrote:
> Perhaps it would be nice if Python honoured a directive setting indent
> style to spaces or indents, as it honours source code encoding lines:
>
> # -*- indent: -*-
>
> Where could be one of:
>
> space[s]Only accept spaces in inde
On 4/2/2012 3:12 AM, Ulrich Eckhardt wrote:
I can't find any HTML in what I posted, so HTML is not the problem. A
difference could be the content type. I had in my posting:
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Another one titled "Pipelining in Python", where TB doesn
Am 30.03.2012 14:47, schrieb Dave Angel:
> But since it doesn't do it on all messages, have you also confirmed that
> it does it for a text message? My experience seems to be that only the
> html messages are messed up that way.
I can't find any HTML in what I posted, so HTML is not the problem.
On 03/30/2012 03:05 AM, Ulrich Eckhardt wrote:
Am 29.03.2012 17:25, schrieb Terry Reedy:
I am using Thunderbird, win64, as news client for gmane. The post looked
fine as originally received. The indents only disappeared when I hit
reply and the >s were added.
I can confirm this misbehaviour of
Am 29.03.2012 17:25, schrieb Terry Reedy:
I am using Thunderbird, win64, as news client for gmane. The post looked
fine as originally received. The indents only disappeared when I hit
reply and the >s were added.
I can confirm this misbehaviour of Thunderbird (version 11.0 here), it
strips the
On 3/29/2012 3:18 AM, Ulrich Eckhardt wrote:
Am 28.03.2012 20:26, schrieb Terry Reedy:
On 3/28/2012 8:28 AM, Ulrich Eckhardt wrote:
[...]
# call testee and verify results
try:
...call function here...
except exception_type as e:
if not exception is None:
self.assertEqual(e, exception)
Did yo
On 03/29/2012 03:18 AM, Ulrich Eckhardt wrote:
Am 28.03.2012 20:26, schrieb Terry Reedy:
On 3/28/2012 8:28 AM, Ulrich Eckhardt wrote:
[...]
# call testee and verify results
try:
...call function here...
except exception_type as e:
if not exception is None:
self.assertEqual(e, exception)
Did
In article <0ved49-hie@satorlaser.homedns.org>,
Ulrich Eckhardt wrote:
> I didn't consciously use tabs, actually I would rather avoid them. That
> said, my posting looks correctly indented in my "sent" folder and also
> in the copy received from my newsserver. What could also have an
> in
Am 28.03.2012 20:26, schrieb Terry Reedy:
On 3/28/2012 8:28 AM, Ulrich Eckhardt wrote:
[...]
# call testee and verify results
try:
...call function here...
except exception_type as e:
if not exception is None:
self.assertEqual(e, exception)
Did you use tabs? They do not get preserved indefini
10 matches
Mail list logo