[docs] [issue26805] Refer to types.SimpleNamespace in namedtuple documentation

Berker Peksag report at bugs.python.org
Tue Apr 19 16:36:16 EDT 2016


Berker Peksag added the comment:

Or if you don't want to use any hg extension:

hg update 3.5
hg import --no-c http://bugs.python.org/file42520/collections.patch
hg commit
hg update default
hg merge 3.5
hg revert -ar default
hg resolve -am
hg commit

(Null merge (hg merge 3.5 and later) is step documented at https://docs.python.org/devguide/faq.html?#how-do-i-make-a-null-merge)

----------
nosy: +berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26805>
_______________________________________


More information about the docs mailing list