Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Mark Lawrence
On 23/07/2015 18:08, Grant Edwards wrote: I recomment mutt if you really want to stick with getting everything e-mailed to you (which I personally don't like). Better yet (IMO) point slrn or your favorite NNTP client at comp.lang.python on your friendly local Usenet server or at gmane's nntp ser

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Grant Edwards
On 2015-07-23, Steven D'Aprano wrote: > On Fri, 24 Jul 2015 12:04 am, max scalf wrote: [...] >> Do you guys have any suggestion as to what to use if the code is >> lone, as the formatting gets lost in an email... > > Use a tool that doesn't break your emails. > > If you turn "Rich Text" or "Form

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Rustom Mody
On Thursday, July 23, 2015 at 9:25:46 PM UTC+5:30, Laura Creighton wrote: > In a message of Thu, 23 Jul 2015 09:04:38 -0500, max scalf writes: > >I am sorry for doing what i did (asking question in Stackoverflow and > >pasting the link here). I will keep this in mind for the future. I am > >very

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Laura Creighton
In a message of Fri, 24 Jul 2015 00:57:42 +1000, "Steven D'Aprano" writes: >On Fri, 24 Jul 2015 12:04 am, max scalf wrote: >Another alternative is to save your code in a .py file, then attach it to >the email as an attachment. Even the most obnoxious email program doesn't >mangle attachments, at le

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Laura Creighton
In a message of Thu, 23 Jul 2015 09:04:38 -0500, max scalf writes: >I am sorry for doing what i did (asking question in Stackoverflow and >pasting the link here). I will keep this in mind for the future. I am >very much new to this list, so was not sure. > >Do you guys have any suggestion as to w

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Ben Finney
max scalf writes: > I am sorry for doing what i did (asking question in Stackoverflow and > pasting the link here). No harm done. The rule isn't special to this forum; it's best to minimise the fragility of your message by not relying on many sites all staying the same over a long time. > Do yo

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread Steven D'Aprano
On Fri, 24 Jul 2015 12:04 am, max scalf wrote: > I am sorry for doing what i did (asking question in Stackoverflow and > pasting the link here). I will keep this in mind for the future. I am > very much new to this list, so was not sure. > > Do you guys have any suggestion as to what to use if

Re: unexpected output while using list(and nested dictionary)

2015-07-23 Thread max scalf
I am sorry for doing what i did (asking question in Stackoverflow and pasting the link here). I will keep this in mind for the future. I am very much new to this list, so was not sure. Do you guys have any suggestion as to what to use if the code is lone, as the formatting gets lost in an email.

Re: unexpected output while using list(and nested dictionary)

2015-07-22 Thread Steven D'Aprano
On Thursday 23 July 2015 08:09, max scalf wrote: > Hello List, > > I have posted a question on stack overflow for better readability ... but > is intended for python list Please see question below... If it's intended for here, please ask it here. Consider that there may be people here who a

Re: unexpected output while using list(and nested dictionary)

2015-07-22 Thread Denis McMahon
On Wed, 22 Jul 2015 17:09:21 -0500, max scalf wrote: > I have posted a question on stack overflow for better readability ... > but is intended for python list Please see question below... It's quite obvious that your list and dictionary processing is not doing what you think it is. However,

Re: unexpected output while using list(and nested dictionary)

2015-07-22 Thread Ben Finney
max scalf writes: > I have posted a question on stack overflow for better readability ... but > is intended for python list Please see question below... Please post (as a reply to your initial post, if you like) with the full question text in a message. Keep the discussion here in this forum