[issue41380] Add snake example to turtledemo

2020-07-28 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
stage: patch review -> needs patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-28 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

>From the closed PR: "I'll delete it from turtledemo and it will be at 
>tools/demo file!"

No! turtledemo was in tools/demo in 2.x, where hardly anyone saw it.  It was 
made into an importable module in 3.0.  A link was later added to the IDLE help 
menu.  I oppose adding any turtle demos back to tools/demo.  I would rather 
pull the few tkinter demos into a tkinter.demo subdirectory.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-28 Thread Ehsonjon Gadoev


Ehsonjon Gadoev  added the comment:

Moved to https://bugs.python.org/issue41418

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-26 Thread SilentGhost


Change by SilentGhost :


--
nosy:  -SilentGhost

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-26 Thread Guido van Rossum


Change by Guido van Rossum :


--
nosy:  -gvanrossum

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-26 Thread SilentGhost


SilentGhost  added the comment:

Ehsonjon, please do not remove people from the nosy list.

--
components: +Library (Lib)
nosy: +SilentGhost, epaine, gregorlingl, terry.reedy, willingc
type:  -> enhancement
versions: +Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-26 Thread Ehsonjon Gadoev


Ehsonjon Gadoev  added the comment:

@gvanrossum, Can you merge my pull requests?

--
components:  -Library (Lib)
nosy:  -epaine, gregorlingl, terry.reedy, willingc
type: enhancement -> 
versions:  -Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-24 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Ehsonjon, 'fixed' means the the PR has be merged.

--
resolution: fixed -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-24 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

It has been awhile since we added anything to turtledemo, so this is plausible. 
 It might be more interesting than some of the others.  I will take a look.

Until I do, I won't worry about maintenance.  I and someone else fixed up the 
driver in summer 2014 and I then reviewed and corrected bugs in the examples.  
There has only been trivial changes since.

Some requirements for turtledemo files are listed in turtledemo.__main__.  
Ehsonjon, did you read these and do you think your code complies?

--
assignee:  -> terry.reedy
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-24 Thread Guido van Rossum


Guido van Rossum  added the comment:

There already is a decent set of examples. I think a Snake game is a worthy 
addition.

--
nosy: +gvanrossum

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41380] Add snake example to turtledemo

2020-07-24 Thread E. Paine


E. Paine  added the comment:

@Ehsonjon Gadoev, thank you for the patch. I would appreciate if you could 
explain in a little more detail why you think adding this example would be 
beneficial to the CPython project, as it would inevitably increase the 
maintenance load on the core-devs (please don't take this personally: any new 
code would do this).

--
components: +Library (Lib) -Tkinter
nosy: +epaine, gregorlingl, willingc
title: Create snake.py -> Add snake example to turtledemo
type:  -> enhancement
versions: +Python 3.10 -Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com