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 2014年11月19日 15:16 by bru, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| uuid_find_mac_with_ip.patch | bru, 2014年11月19日 15:16 | Patch for 'ip' usage in uuid.getnode() | review | |
| Messages (6) | |||
|---|---|---|---|
| msg231382 - (view) | Author: Bruno Cauet (bru) * | Date: 2014年11月19日 15:16 | |
Only linux, `uuid.getnode()` will use the Unix ddl, then ifconfig, then random. `ifconfig` is disappearing in favour of `ip` (from iproute2), which should be used. This patch ads `_ip_getnode` getter to `uuid.getnode()` |
|||
| msg231384 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2014年11月19日 15:22 | |
IMO such change can wait for Python 3.5. |
|||
| msg231388 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月19日 16:26 | |
LGTM. |
|||
| msg231891 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月30日 16:17 | |
Bruno, could you please sign a Contributor Licensing Agreement? http://www.python.org/psf/contrib/contrib-form/ http://www.python.org/psf/contrib/ |
|||
| msg231898 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年11月30日 18:41 | |
New changeset 64bb01bce12c by Serhiy Storchaka in branch 'default': Issue #22902: The "ip" command is now used on Linux to determine MAC address https://hg.python.org/cpython/rev/64bb01bce12c |
|||
| msg231899 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月30日 18:44 | |
Thank you for your contribution Bruno. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:10 | admin | set | github: 67091 |
| 2014年11月30日 18:44:10 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg231899 stage: commit review -> resolved |
| 2014年11月30日 18:41:16 | python-dev | set | nosy:
+ python-dev messages: + msg231898 |
| 2014年11月30日 16:17:31 | serhiy.storchaka | set | assignee: serhiy.storchaka type: enhancement messages: + msg231891 stage: commit review |
| 2014年11月19日 16:26:40 | serhiy.storchaka | set | messages: + msg231388 |
| 2014年11月19日 15:22:31 | vstinner | set | nosy:
+ vstinner, serhiy.storchaka messages: + msg231384 versions: + Python 3.5, - Python 3.4 |
| 2014年11月19日 15:16:34 | bru | create | |