BPO | [17941](https://bugs.python.org/issue17941) --- | :--- Nosy | @gvanrossum, @warsaw, @rhettinger, @ncoghlan, @ericvsmith, @serhiy-storchaka, @sdrees, @ctismer, @MojoVampire, @ctismer Files | [nt_module.diff](https://bugs.python.org/file30243/nt_module.diff "Uploaded as text/plain at 2013-05-13.08:29:34 by @rhettinger"): First draft patch to collections *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 = 'https://github.com/rhettinger' closed_at = created_at = labels = ['type-bug', 'library'] title = 'namedtuple should support fully qualified name for more portable pickling' updated_at = user = 'https://bugs.python.org/elibendersky' ``` bugs.python.org fields: ```python activity = actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = closer = 'rhettinger' components = ['Library (Lib)'] creation = creator = 'eli.bendersky' dependencies = [] files = ['30243'] hgrepos = ['198'] issue_num = 17941 keywords = ['patch'] message_count = 19.0 messages = ['188748', '188762', '188775', '188785', '188835', '188836', '188838', '189086', '189167', '189168', '189171', '189177', '190977', '220444', '220521', '220523', '220568', '244149', '275982'] nosy_count = 14.0 nosy_names = ['gvanrossum', 'barry', 'rhettinger', 'ncoghlan', 'eric.smith', 'eli.bendersky', 'BreamoreBoy', 'python-dev', 'sbt', 'serhiy.storchaka', 'dilettant', 'Christian.Tismer', 'josh.r', 'ctismer'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = 'needs patch' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue17941' versions = ['Python 3.6'] ```