]> granicus.if.org Git - python/commit
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the...
authorRaymond Hettinger <python@rcn.com>
Sun, 16 Oct 2011 06:50:42 +0000 (23:50 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 16 Oct 2011 06:50:42 +0000 (23:50 -0700)
commit4b779b3785c0014224eef95c8805f166d0ef2a86
tree30b3372cbf7db8e7c46ece24f2811991bb44967d
parent9be57231dd6a3b69bda09e53e5f751aafaf89b51
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS