]> granicus.if.org Git - python/commit
Fix for literal null bytes -- these must be replaced by the four
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:18:56 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:18:56 +0000 (21:18 +0000)
commitb1908846af1c70e77917d56798daa8242d80d2b5
tree81e8898c2a7cb3311f310f4a83f52dab38370ec2
parent72c2e1b56e35c7fc4a80e90b14541494426e3cd0
Fix for literal null bytes -- these must be replaced by the four
characters \, 0, 0, 0.
Lib/re.py