Message 307432 - Python tracker
Message307432
| Author | xdegaye |
|---|---|
| Recipients | xdegaye |
| Date | 2017-12-02.14:29:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1512224979.48.0.213398074469.issue32199@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Currently uuid.getnode() returns a random 48-bit number and so the UUIDs are not persistent across time. The reason is that on Android the 'ip link list' command fails. uuid._ip_getnode() should invoke the 'ip link' command instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-02 14:29:39 | xdegaye | set | recipients: + xdegaye |
| 2017-12-02 14:29:39 | xdegaye | set | messageid: <1512224979.48.0.213398074469.issue32199@psf.upfronthosting.co.za> |
| 2017-12-02 14:29:39 | xdegaye | link | issue32199 messages |
| 2017-12-02 14:29:39 | xdegaye | create | |