]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
give explicitly global functions and classes a global __qualname__ (closes #19301)
authorBenjamin Peterson <benjamin@python.org>
Sat, 19 Oct 2013 20:01:13 +0000 (16:01 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 19 Oct 2013 20:01:13 +0000 (16:01 -0400)
commit3d9e481ece356d805ee5658600ef2888e35a5609
treef47e7215f5dab6c99da5b0e23872f24a00176137
parent358667370346594c0383f1bfa09e0d650fa8832d
give explicitly global functions and classes a global __qualname__ (closes #19301)
Lib/importlib/_bootstrap.py
Lib/test/test_descr.py
Lib/test/test_funcattrs.py
Misc/NEWS
Python/compile.c
Python/importlib.h