[issue37216] mac installation document wrong for python 3.7.3
New submission from makdon : According the mail in docs mailing list, there's a typo in python installation document on Macos. I will check it and create a PR if necessary. The email says: https://docs.python.org/3/using/mac.html#getting-and-installing-macpython says "What you get after installing is a number of things: A MacPython 3.6 folder in your Applications folder." However, after installing just now $ /usr/local/bin/python3 -V Python 3.7.3 I instead found a folder called /Applications/Python 3.7 -- assignee: docs@python components: Documentation messages: 345134 nosy: docs@python, makdon priority: normal severity: normal status: open title: mac installation document wrong for python 3.7.3 versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue37216> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37216] mac installation document wrong for python 3.7.3
makdon added the comment: Thanks xtreak. I am a beginner on python mailing list and now i've learn how to get a link to the email. And i found a version error on windows installation document on version 3.6.8 that the picture is still using version 3.5: https://docs.python.org/3.6/using/windows.html#installation-steps I will check them and create PR for it. -- ___ Python tracker <https://bugs.python.org/issue37216> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36689] docs: os.path.commonpath raises ValueError for different drives
makdon added the comment: I create a PR according Windson Yang's suggestion. -- keywords: +patch message_count: 4.0 -> 5.0 nosy: +makdon nosy_count: 8.0 -> 9.0 pull_requests: +13908 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14045 ___ Python tracker <https://bugs.python.org/issue36689> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36528] Remove duplicate tests in Lib/tests/re_tests.py
makdon added the comment: It has been 3 months since this issues opened, and the 3.8 has released. Though it is a low priority, could we push this issue forward? -- nosy: +makdon ___ Python tracker <https://bugs.python.org/issue36528> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com