]> granicus.if.org Git - python/commit
Issue #19447: Add a test case to py_compile.compile() to make sure
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 22 Aug 2014 17:17:32 +0000 (20:17 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 22 Aug 2014 17:17:32 +0000 (20:17 +0300)
commit31f8a677a464300696d794b4ee179bbb66b84080
treed4399e2570fe74ae93101dab91d2723c9ed8fb10
parenteb265ab873b6341444f0a5fc3967572688fafe62
Issue #19447: Add a test case to py_compile.compile() to make sure
it don't raise an exception if doraise is False.

Patch by Bohuslav "Slavek" Kabrda.
Lib/test/test_py_compile.py