Issue 24962: Unnecessary space in using/mac (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/69150
classification
Title: | Unnecessary space in using/mac | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | Documentation | Versions: | Python 3.6, Python 3.4, Python 3.5, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | docs@python | Nosy List: | artakase, docs@python, python-dev, zach.ware |
Priority: | normal | Keywords: | patch |
Created on 2015-08-30 03:18 by artakase, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
using_mac.patch | artakase,2015-08-30 03:18 | review |
Messages (3) | ||
---|---|---|
msg249346 - (view) | Author: TAKASE Arihiro (artakase) | Date: 2015-08-30 03:18 |
https://docs.python.org/3.4/using/mac.html#configuration A newline in the file path of the .plist file makes a space in the rendered result. The attached patch fixes it. | ||
msg249347 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-08-30 03:27 |
New changeset 3ef2d694e976 by Zachary Ware in branch '2.7': Issue #24962: Remove space from filename https://hg.python.org/cpython/rev/3ef2d694e976 New changeset 2de6fba18ff6 by Zachary Ware in branch '3.4': Issue #24962: Remove space from filename https://hg.python.org/cpython/rev/2de6fba18ff6 New changeset 84c3188f6e1e by Zachary Ware in branch '3.5': Issue #24962: Merge 3.4 https://hg.python.org/cpython/rev/84c3188f6e1e New changeset 5711ffc2292f by Zachary Ware in branch 'default': Closes #24962: Merge with 3.5 https://hg.python.org/cpython/rev/5711ffc2292f | ||
msg249348 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2015-08-30 03:28 |
Thanks for the report and patch! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:20 | admin | set | github: 69150 |
2015-08-30 03:28:48 | zach.ware | set | nosy: + zach.waremessages: + |
2015-08-30 03:27:59 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved |
2015-08-30 03🔞44 | artakase | create |