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 2011年07月20日 15:00 by hop, last changed 2022年04月11日 14:57 by admin.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pythonusage_mac.patch | yuly, 2014年06月07日 21:25 | review | ||
| Messages (8) | |||
|---|---|---|---|
| msg140744 - (view) | Author: Christoph Schindler (hop) | Date: 2011年07月20日 15:00 | |
In http://docs.python.org/py3k/using/mac.html#getting-and-installing-macpython and http://docs.python.org/py3k/using/mac.html#distributing-python-applications-on-the-mac . |
|||
| msg140761 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2011年07月20日 18:53 | |
Thanks for the report. The whole "Using Python on a Macintosh" section is very out-of-date and needs a major update. |
|||
| msg219980 - (view) | Author: Yuly Tenorio (yuly) * | Date: 2014年06月07日 21:25 | |
Built with sphinx. No RST errors. |
|||
| msg219989 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年06月07日 22:20 | |
Thank you for the patch, Yuly! You've made some good improvements to the current page. Because the current section is so old and out-of-sync with current practices (as you've noted in your changes) and with the nuances of Python on OS X, a more comprehensive restructuring is needed. I don't think that trying to refine the section interactively is going to be an efficient process but I will definitely use your suggested changes as a basis. I assume you have signed (or will be signing) the PSF contributor agreement. Thanks again! P.S. When submitting patches, don't forget to run patchcheck first (https://docs.python.org/devguide/patch.html#generation). It will detect and fix trailing whitespace in lines that would otherwise prevent a patch from being committed in the main cpython hg repo. |
|||
| msg219998 - (view) | Author: Yuly Tenorio (yuly) * | Date: 2014年06月07日 23:26 | |
Ok, I will definitely use that checker next time :) thanks! Thanks Ned! |
|||
| msg273253 - (view) | Author: Scott Macpherson (macpherson.scott) | Date: 2016年08月21日 00:24 | |
I'd like to help out with this issue if I can. This page in the documentation is really showing it's age now. * I think referring to "OS X" (soon to be "MacOS") instead of "Mac" or "Macintosh" would more accurate. * The opening paragraph of section 4.1 only refers to OS X 10.8, which was released over 4 years ago. * Is there any value in listing text editors in section 4.1.1? Editors frequently come-and-go. * I suspect a large number of Python 3 developers running OS X use http://brew.sh/ - would it be worth mentioning this somewhere? |
|||
| msg387651 - (view) | Author: cmhzc (cmhzc) * | Date: 2021年02月25日 08:35 | |
According to the official tutorial on virtual environment, """ This will create the tutorial-env directory if it doesn’t exist, and also create directories inside it containing a copy of the Python interpreter, **the standard library**, and various supporting files. """ But according to PEP 405 and the actual behavior of venv, the standard library won't be copied. I'm not sure if I'm having a misunderstanding of this expression. |
|||
| msg387654 - (view) | Author: cmhzc (cmhzc) * | Date: 2021年02月25日 08:47 | |
sorry for posting a wrong message in this issue tracker, this is my first time using the Python issue tracker |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:19 | admin | set | github: 56803 |
| 2021年03月04日 11:54:11 | tomy0000000 | set | nosy:
+ tomy0000000 |
| 2021年02月25日 08:47:02 | cmhzc | set | messages: + msg387654 |
| 2021年02月25日 08:35:48 | cmhzc | set | nosy:
+ cmhzc messages: + msg387651 versions: - Python 2.7, Python 3.4, Python 3.5 |
| 2020年11月16日 20:02:41 | ronaldoussoren | set | nosy:
+ ronaldoussoren components: + macOS |
| 2016年08月21日 00:24:41 | macpherson.scott | set | messages: + msg273253 |
| 2016年08月21日 00:14:55 | macpherson.scott | set | nosy:
+ macpherson.scott |
| 2014年06月07日 23:26:46 | yuly | set | messages: + msg219998 |
| 2014年06月07日 22:20:23 | ned.deily | set | messages: + msg219989 |
| 2014年06月07日 21:25:17 | yuly | set | files:
+ pythonusage_mac.patch nosy: + yuly messages: + msg219980 keywords: + patch |
| 2014年06月07日 20:01:03 | ned.deily | link | issue21689 superseder |
| 2014年06月07日 20:00:19 | ned.deily | set | title: Docs for py3k still refer to "MacPython 2.5 folder" -> Docs for "Using Python on a Macintosh" needs to be updated versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3 |
| 2011年07月20日 18:53:00 | ned.deily | set | versions:
+ Python 2.7, Python 3.3, - Python 3.1 nosy: + ned.deily messages: + msg140761 assignee: docs@python -> ned.deily stage: needs patch |
| 2011年07月20日 15:00:56 | hop | create | |