[Tutor] Making Doubly Linked List with Less Lines of Code.

Steven D'Aprano steve at pearwood.info
Fri Jan 2 16:46:24 CET 2015


On Sat, Jan 03, 2015 at 02:40:39AM +1100, Steven D'Aprano wrote:
> On 03/01/15 02:14, WolfRage wrote:
> >Dave or Steve, what mail program do you use? It appears Thunderbird is 
> >still posting the code all messed up. Which makes it impossible to 
> >communicate effectively with the list.
> 
> Another test. This time I have re-enabled HTML posting for my account, but 
> set Thunderbird to automatically send "plain text" when sending to 
> python.org.
> 
> My prediction is that the indentation and spacing will be lost.
> 
> def test():
>     pass  # pressed tab, but the HTML editor inserted four spaces
> 
> def test():
>     pass  # pressed space four times.


Well, so much for my prediction.

Looks like this version of Thunderbird (24.6) correctly converts HTML to 
plain text without losing the indentation or spacing.




-- 
Steven


More information about the Tutor mailing list