This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: replace tdemo_chaos.py
Type: Stage: resolved
Components: Demos and Tools Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gregorlingl, loewis, r.david.murray
Priority: low Keywords:

Created on 2009-06-24 22:45 by gregorlingl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tdemo_chaos.py gregorlingl, 2009-06-24 22:54
Messages (4)
msg89686 - (view) Author: Gregor Lingl (gregorlingl) Date: 2009-06-24 22:45
I've submitted a replacement, which is functionally 100% equivalent,
but cleaner code, more appropriate for a demo:

four or five superfluous lines, which were remains from some previous
version are deleted now; names and comments are now in English.

Regards,
Gregor
msg89710 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-06-25 15:29
Looks good to me (runs like the old one under both 2.7 and 3.1).  Do you
want to do the commit or would you like me to?  I think a demo program
is in the same class as a doc fix, so I don't see any problem with
committing it to 3.1 right away.
msg89712 - (view) Author: Gregor Lingl (gregorlingl) Date: 2009-06-25 17:02
So do I.

I'd like to ask you to do the commit.

And I'd also like to suggest that - in the first three comment-lines of
the script - you replace

Datei:                by      File:
Autor:                by      Author:
Datum: 24. 6. 2009    by      Date: 2009-06-24

Then (hopefully) we will never need to touch it any more ;-)

Thanks in advance
Gregor
msg89713 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-06-25 17:33
Done in r73557 and r73558.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50589
2009-06-25 17:33:43r.david.murraysetstatus: open -> closed

messages: + msg89713
stage: commit review -> resolved
2009-06-25 17:02:31gregorlinglsetmessages: + msg89712
2009-06-25 15:29:21r.david.murraysetpriority: low

versions: + Python 2.7
nosy: + r.david.murray

messages: + msg89710
resolution: accepted
stage: commit review
2009-06-24 22:54:29gregorlinglsetfiles: + tdemo_chaos.py
2009-06-24 22:54:15gregorlinglsetfiles: - tdemo_chaos.py
2009-06-24 22:52:43gregorlinglsetfiles: + tdemo_chaos.py
2009-06-24 22:51:06gregorlinglsetfiles: - tdemo_chaos.py
2009-06-24 22:45:19gregorlinglcreate