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: Tools/Script/Readme is outdated
Type: enhancement Stage: resolved
Components: Demos and Tools, Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: akuchling, docs@python, ezio.melotti, iwontbecreative, python-dev, seydou
Priority: normal Keywords: easy, patch

Created on 2013-07-14 06:17 by iwontbecreative, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue-18445.diff seydou, 2013-08-11 08:47 review
Messages (7)
msg193028 - (view) Author: Févry Thibault (iwontbecreative) * Date: 2013-07-14 06:16
Several issues :
- abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py are not documented.
- README mentions redemo.py which was moved to Tools/Demo.
- README says all python scripts are executables, but some need chmod +x
- The script list in readme would benefit from being sorted in alphabetical order
msg194869 - (view) Author: Seydou Dia (seydou) * Date: 2013-08-11 07:40
Hello,

I will try to submit a patch for this issue.
msg194875 - (view) Author: Seydou Dia (seydou) * Date: 2013-08-11 08:47
>Several issues :
>- abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py are not documented.

Except analyze_dxp.py, all those files have been docummented in README. analyze_dxp.py was already documented so I don't understand what action is needed.
Note that I have also documented find-uname.py.

>- README mentions redemo.py which was moved to Tools/Demo.
Done.

>- README says all python scripts are executables, but some need chmod +x
I can help here.

> - The script list in readme would benefit from being sorted in alphabetical order
Done.
msg194876 - (view) Author: Seydou Dia (seydou) * Date: 2013-08-11 08:50
>>- README says all python scripts are executables, but some need chmod +x
>I can help here.

Sorry I meant : "I can't help here". :)
msg195588 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-18 23:56
New changeset 9d5468a7a381 by Andrew Kuchling in branch 'default':
#18445: change permissions on some scripts to executable
http://hg.python.org/cpython/rev/9d5468a7a381
msg195589 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-19 00:07
New changeset 16fad6c48016 by Andrew Kuchling in branch 'default':
#18445: update Tools/scripts/README.
http://hg.python.org/cpython/rev/16fad6c48016
msg195590 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2013-08-19 00:08
Seydou: thanks for the patch!  I've applied it to 3.4.
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62645
2013-08-19 00:08:13akuchlingsetstatus: open -> closed

nosy: + akuchling
messages: + msg195590

resolution: fixed
stage: needs patch -> resolved
2013-08-19 00:07:19python-devsetmessages: + msg195589
2013-08-18 23:56:16python-devsetnosy: + python-dev
messages: + msg195588
2013-08-11 08:50:17seydousetmessages: + msg194876
2013-08-11 08:47:57seydousetfiles: + issue-18445.diff
keywords: + patch
messages: + msg194875
2013-08-11 07:40:20seydousetnosy: + seydou
messages: + msg194869
2013-08-08 17:44:31ezio.melottisetkeywords: + easy
nosy: + ezio.melotti
2013-07-14 13:29:26serhiy.storchakasetassignee: docs@python

nosy: + docs@python
components: + Documentation
stage: needs patch
2013-07-14 13:03:17iwontbecreativesettype: enhancement
components: + Demos and Tools
versions: + Python 3.4
2013-07-14 06:17:00iwontbecreativecreate