]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26401: Fix compile() documentation
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 21 Feb 2016 20:00:29 +0000 (22:00 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 21 Feb 2016 20:00:29 +0000 (22:00 +0200)
After 25032ec29315, compile() will raise a ValueError
if source contains null bytes.

Patch by SilentGhost.


Trivial merge