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.

Author terry.reedy
Recipients Santiago Castro, terry.reedy
Date 2017-06-02.22:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496443305.11.0.133020533994.issue30489@psf.upfronthosting.co.za>
In-reply-to
Content
Santiago, an idea like this (one that requests a reversal of previous decisions) should be discussed first on the python-ideas list.  Such a discussion would need to result in a specific proposal of what to extract from test_cmd_line_script.py and where to put it.  test_cmd_line_script.py itself cannot be moved.  If you get a positive response there, you can re-open this or open a new issue.

The test utilities in test/ are already 'in' the stdlib, in that one can  import and use them.  However, doing so is at one's own risk of API change.  They are declared private and kept in test/ so that we can freely change them as needed for their primary purpose -- testing cpython.
History
Date User Action Args
2017-06-02 22:41:45terry.reedysetrecipients: + terry.reedy, Santiago Castro
2017-06-02 22:41:45terry.reedysetmessageid: <1496443305.11.0.133020533994.issue30489@psf.upfronthosting.co.za>
2017-06-02 22:41:45terry.reedylinkissue30489 messages
2017-06-02 22:41:44terry.reedycreate