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.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-10-01.17:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349112809.97.0.499056156586.issue16102@psf.upfronthosting.co.za>
In-reply-to
Content
Function uuid._netbios_getnode() in Lib/uuid.py is not properly ported from Python 2. At least it uses indexing on map result. Perhaps there are other errors. The function obviously not been tested for years.
History
Date User Action Args
2012-10-01 17:33:30serhiy.storchakasetrecipients: + serhiy.storchaka
2012-10-01 17:33:29serhiy.storchakasetmessageid: <1349112809.97.0.499056156586.issue16102@psf.upfronthosting.co.za>
2012-10-01 17:33:29serhiy.storchakalinkissue16102 messages
2012-10-01 17:33:29serhiy.storchakacreate