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.
Created on 2012年05月28日 23:10 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg161815 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年05月28日 23:10 | |
Command line documentation for pyvenv must be provided under http://docs.python.org/dev/using/index.html before 3.3 is released. |
|||
| msg161824 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年05月29日 00:34 | |
I would document it in library/venv, just like other tools are documented in the relevant module docs. I’m nonetheless +1 to listing all scripts installed by Python in the Setup and Usage docs, with links. |
|||
| msg161827 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年05月29日 01:43 | |
No, we need to start using the Setup & Usage docs *more*, not less. All tools with useful command line behaviour (especially those that are directly installed as scripts) should eventually be documented here. The fact this has historically been avoided is no excuse for perpetuating the mistake. |
|||
| msg161862 - (view) | Author: Vinay Sajip (vinay.sajip) * (Python committer) | Date: 2012年05月29日 09:11 | |
The "Using" section has 4 sub-sections: one on the Python command line, + 3 on Python usage on Windows, Linux and OS X. I propose to add a fourth sub-section "Additional Tools and Scripts" (feel free to suggest an alternative title) and under that, add a section for pyvenv. |
|||
| msg161871 - (view) | Author: Vinay Sajip (vinay.sajip) * (Python committer) | Date: 2012年05月29日 11:55 | |
Done in ace7c340d95d. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 59144 |
| 2012年05月29日 11:55:56 | vinay.sajip | set | status: open -> closed resolution: fixed messages: + msg161871 stage: needs patch -> resolved |
| 2012年05月29日 09:11:34 | vinay.sajip | set | messages: + msg161862 |
| 2012年05月29日 03:57:56 | tshepang | set | nosy:
+ tshepang |
| 2012年05月29日 01:43:11 | ncoghlan | set | messages: + msg161827 |
| 2012年05月29日 00:34:42 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg161824 |
| 2012年05月28日 23:10:03 | ncoghlan | create | |