Re: Edit with IDLE pull down menu

2018-07-21 Thread MRAB
On 2018-07-22 00:44, no@none.invalid wrote: On Sat, 21 Jul 2018 14:34:15 -0700 (PDT), Rick Johnson wrote: This is really the code I keep copying. import random from random import randint a = [5, 10, 15, 20, 25, 30, 35, 40] b = ["Rock","Paper","Scissors","Lizard ","Spock"] I am lazy and don't

Re: Edit with IDLE pull down menu

2018-07-21 Thread no
On Sat, 21 Jul 2018 14:34:15 -0700 (PDT), Rick Johnson wrote: This is really the code I keep copying. import random from random import randint a = [5, 10, 15, 20, 25, 30, 35, 40] b = ["Rock","Paper","Scissors","Lizard ","Spock"] I am lazy and don't type well, so I leave out some details when p

Re: Edit with IDLE pull down menu

2018-07-21 Thread no
On Sat, 21 Jul 2018 08:52:45 -0700 (PDT), Rick Johnson wrote: >n...@none.invalid wrote: >> Terry Reedy wrote: > >[...] > >> You seem to be able to directly affect Python development. >> If that is true, maybe you could remove the pull down >> redundancy from one menu and add a pull down optio

Re: Edit with IDLE pull down menu

2018-07-20 Thread no
On Fri, 20 Jul 2018 03:19:16 -0400, Terry Reedy wrote: >On 7/19/2018 5:40 PM, no@none.invalid wrote: > >> The option for Edit with IDLE has an expanding menu. The only item in >> the pull down menu is..Edit with IDLE. > >What I see is Edit with IDLE 3.7. There should be an entry for eac

Re: Edit with IDLE pull down menu

2018-07-20 Thread Terry Reedy
On 7/19/2018 5:40 PM, no@none.invalid wrote: The option for Edit with IDLE has an expanding menu. The only item in the pull down menu is..Edit with IDLE. What I see is Edit with IDLE 3.7. There should be an entry for each Python installed. Since that is the reason for the 2nd menu,

Re: Edit with IDLE pull down menu

2018-07-19 Thread no
On Thu, 19 Jul 2018 18:25:41 -0400, Dennis Lee Bieber wrote: >On Thu, 19 Jul 2018 17:40:16 -0400, no@none.invalid declaimed the >following: > >> >>So to run a .py program, you have to right click and select the pull >>down menu Edit with IDLE and then inside that menu you pick Edit with >>IDLE.

Re: Edit with IDLE pull down menu

2018-07-19 Thread no
On Thu, 19 Jul 2018 14:00:39 -0700 (PDT), Rick Johnson wrote: >n...@none.invalid wrote: >> Rick Johnson wrote: >> >n...@none.invalid wrote: >> > > >> > > Edit with IDLE pull down menu has one item. Why would you >> > > have nested menu

Re: Edit with IDLE pull down menu

2018-07-19 Thread no
On Thu, 19 Jul 2018 13:15:23 -0700 (PDT), Rick Johnson wrote: >n...@none.invalid wrote: >> Edit with IDLE pull down menu has one item. >> Why would you have nested menu with only one choice? > >Oh, i dunno, i'm just riffing here, but... perhaps because the menu's

Edit with IDLE pull down menu

2018-07-19 Thread no
Edit with IDLE pull down menu has one item. Why would you have nested menu with only one choice? -- https://mail.python.org/mailman/listinfo/python-list