python / cpython

The Python programming language
https://www.python.org
Other
62.29k stars 29.93k forks source link

UUID module fix, uuid1 python module function #76760

Open c9ed70e6-85ba-41dd-8968-859cb0429c8e opened 6 years ago

c9ed70e6-85ba-41dd-8968-859cb0429c8e commented 6 years ago
BPO 32579
Nosy @warsaw, @devnexen
PRs
  • python/cpython#5215
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['3.8', 'library'] title = 'UUID module fix, uuid1 python module function' updated_at = user = 'https://github.com/devnexen' ``` bugs.python.org fields: ```python activity = actor = 'ned.deily' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'devnexen' dependencies = [] files = [] hgrepos = [] issue_num = 32579 keywords = [] message_count = 1.0 messages = ['310154'] nosy_count = 2.0 nosy_names = ['barry', 'devnexen'] pr_nums = ['5215'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue32579' versions = ['Python 3.8'] ```

    c9ed70e6-85ba-41dd-8968-859cb0429c8e commented 6 years ago

    Spotted to UUID unit tests https://bugs.python.org/issue32493